Skip to content

Commit

Permalink
Update raylib_project_creator.c
Browse files Browse the repository at this point in the history
  • Loading branch information
raysan5 committed Sep 30, 2024
1 parent 7fef11f commit 120a502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/raylib_project_creator.c
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ int main(int argc, char *argv[])
GuiEnable();

#if !defined(PLATFORM_WEB) && (defined(__linux__) || defined(__FreeBSD__))
GuiDisable()
GuiDisable();
#endif
GuiLabel((Rectangle){ anchorBuilding.x + 8, anchorBuilding.y + 48, 104, 24 }, "COMPILER PATH:");
if (GuiTextBox((Rectangle){ anchorBuilding.x + 112, anchorBuilding.y + 48, 536, 24 }, config->building.compilerPath, 128, buildingCompilerPathEditMode)) buildingCompilerPathEditMode = !buildingCompilerPathEditMode;
Expand Down

0 comments on commit 120a502

Please sign in to comment.