projects
/
carveJwlIkooP6JGAAIwe30JlM.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03352a9
)
fix remote players ghosting
author
hgn
<hgodden00@gmail.com>
Sat, 4 Nov 2023 15:08:30 +0000
(15:08 +0000)
committer
hgn
<hgodden00@gmail.com>
Sat, 4 Nov 2023 15:08:30 +0000
(15:08 +0000)
world_gate.c
patch
|
blob
|
history
diff --git
a/world_gate.c
b/world_gate.c
index bb62e341aab99085071a9edc55d08ba6da73fc57..4c76b07abda774d515ac8f47c74a7bb1b325e91d 100644
(file)
--- 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;
}