fix: move conn status to platform
parent
ac7030bf2b
commit
5d7b275c87
|
@ -98,6 +98,7 @@ void platform_render() {
|
|||
renderer_draw();
|
||||
}
|
||||
debug_draw();
|
||||
display_conn_status();
|
||||
}
|
||||
EndDrawing();
|
||||
|
||||
|
|
|
@ -114,7 +114,6 @@ void renderer_draw(void) {
|
|||
game_world_view_active_entity_map(DEBUG_draw_entities_low);
|
||||
game_world_view_active_entity_map(DEBUG_draw_entities);
|
||||
EndMode2D();
|
||||
display_conn_status();
|
||||
}
|
||||
|
||||
void renderer_init(void) {
|
||||
|
|
Loading…
Reference in New Issue