Changed the label of the developer mode button back to normal

This commit is contained in:
alexsandulescu 2021-07-13 00:44:05 +03:00
parent 55ec44b584
commit a5e43d3132

View File

@ -201,7 +201,7 @@ public:
g_bShowMenu = false;
}
///////////////////////////////////////////////////////////////////////
if (ImGui::SmallButton("Developery mode UwU"))
if (ImGui::SmallButton("Developer mode"))
{
ToggleDevCommands();
AddLog("+--------------------------------------------------------+\n");