X-Git-Url: https://harrygodden.com/git/?a=blobdiff_plain;f=skaterift.c;h=113f65ac8e806d77de2bb02002c50ce489dcde21;hb=77c2df4874873fb2d085b9413ed97f66681ad7ac;hp=b4b5258c5f69b73b73903fdd104c409808954e54;hpb=1b889e55df5f9c0a8a26daba03ffa21754d78230;p=carveJwlIkooP6JGAAIwe30JlM.git diff --git a/skaterift.c b/skaterift.c index b4b5258..113f65a 100644 --- a/skaterift.c +++ b/skaterift.c @@ -306,7 +306,6 @@ static void skaterift_change_client_world_preupdate(void); * ---------------------------------------------------------------------------*/ static void vg_pre_update(void){ - srinput.enabled = 1; skaterift_preupdate_inputs(); if( k_tools_mode ) return; @@ -676,6 +675,7 @@ static void vg_gui(void){ remote_players_imgui_lobby(); } else { + remote_players_chat_imgui(); /* TODO: conditional */ remote_players_imgui_world( world_current_instance(), vg.pv, 100.0f, 1 ); } }