mirror of
https://github.com/wolfpld/tracy
synced 2025-04-30 04:43:53 +00:00
Locale keeps being changed by system libraries...
This commit is contained in:
parent
83b838f783
commit
d5b3ec9503
@ -84,8 +84,6 @@ std::vector<std::unordered_map<std::string, uint64_t>::const_iterator> RebuildCo
|
|||||||
|
|
||||||
int main( int argc, char** argv )
|
int main( int argc, char** argv )
|
||||||
{
|
{
|
||||||
setlocale( LC_NUMERIC, "C" );
|
|
||||||
|
|
||||||
std::unique_ptr<tracy::View> view;
|
std::unique_ptr<tracy::View> view;
|
||||||
int badVer = 0;
|
int badVer = 0;
|
||||||
|
|
||||||
@ -269,6 +267,7 @@ int main( int argc, char** argv )
|
|||||||
glfwSetWindowTitle( window, title );
|
glfwSetWindowTitle( window, title );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
setlocale( LC_NUMERIC, "C" );
|
||||||
style.Colors[ImGuiCol_WindowBg] = ImVec4( 0.129f, 0.137f, 0.11f, 1.f );
|
style.Colors[ImGuiCol_WindowBg] = ImVec4( 0.129f, 0.137f, 0.11f, 1.f );
|
||||||
ImGui::Begin( "Get started", nullptr, ImGuiWindowFlags_AlwaysAutoResize );
|
ImGui::Begin( "Get started", nullptr, ImGuiWindowFlags_AlwaysAutoResize );
|
||||||
char buf[128];
|
char buf[128];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user