about summary refs log tree commit diff
path: root/src/engine/client
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/client')
-rw-r--r--src/engine/client/client.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/engine/client/client.c b/src/engine/client/client.c
index d1ab4cdb..b862e65a 100644
--- a/src/engine/client/client.c
+++ b/src/engine/client/client.c
@@ -1038,6 +1038,7 @@ static void client_run()
 		/* render */
 		if(editor_active)
 		{
+			client_update();
 			editor_update_and_render();
 			gfx_swap();
 		}