Only allow for workers to harvest
This commit is contained in:
@@ -593,7 +593,7 @@ void imguiRender(float dt, void *userData) {
|
||||
Game *game = ecs_singleton_get_mut(ECS, Game);
|
||||
InputState *input = ecs_singleton_get_mut(ECS, InputState);
|
||||
|
||||
igShowDemoWindow(NULL);
|
||||
//igShowDemoWindow(NULL);
|
||||
|
||||
igSetNextWindowSize((ImVec2){300, 400}, ImGuiCond_FirstUseEver);
|
||||
igBegin("Debug Menu", NULL, 0);
|
||||
|
||||
Reference in New Issue
Block a user