X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=world_gate.c;fp=world_gate.c;h=4c76b07abda774d515ac8f47c74a7bb1b325e91d;hb=b5f1f019789e739c42293994cec59b1bf65e0a59;hp=bb62e341aab99085071a9edc55d08ba6da73fc57;hpb=03352a9faa626c2e842f49e6801251db7b77c1ec;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/world_gate.c b/world_gate.c index bb62e34..4c76b07 100644 --- a/world_gate.c +++ b/world_gate.c @@ -181,6 +181,7 @@ static int render_gate( world_instance *world, world_instance *world_inside, } render_world( world_inside, &world_gates.cam, layer_depth ); + render_remote_players( world_inside, &world_gates.cam ); { glDisable( GL_STENCIL_TEST ); @@ -197,7 +198,6 @@ static int render_gate( world_instance *world, world_instance *world_inside, glDisable( GL_STENCIL_TEST ); } - render_remote_players( world_inside, &world_gates.cam ); return 1; }