diff --git a/profiler/src/main.cpp b/profiler/src/main.cpp index ee48f356..9e37c910 100644 --- a/profiler/src/main.cpp +++ b/profiler/src/main.cpp @@ -84,8 +84,6 @@ std::vector::const_iterator> RebuildCo int main( int argc, char** argv ) { - setlocale( LC_NUMERIC, "C" ); - std::unique_ptr view; int badVer = 0; @@ -269,6 +267,7 @@ int main( int argc, char** argv ) glfwSetWindowTitle( window, title ); } + setlocale( LC_NUMERIC, "C" ); style.Colors[ImGuiCol_WindowBg] = ImVec4( 0.129f, 0.137f, 0.11f, 1.f ); ImGui::Begin( "Get started", nullptr, ImGuiWindowFlags_AlwaysAutoResize ); char buf[128];