Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'profiler')
-rw-r--r--profiler/src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiler/src/main.cpp b/profiler/src/main.cpp
index 3b2569e0..6035b590 100644
--- a/profiler/src/main.cpp
+++ b/profiler/src/main.cpp
@@ -221,6 +221,7 @@ int main( int argc, char** argv )
ImGuiTracyContext imguiContext;
Backend backend( title, DrawContents, &mainThreadTasks );
+ iconTex = tracy::MakeTexture();
iconThread.join();
backend.SetIcon( iconPx, iconX, iconY );
bptr = &backend;
@@ -233,7 +234,6 @@ int main( int argc, char** argv )
if( cnv != 0 ) dpiScale = cnv;
}
- iconTex = tracy::MakeTexture();
SetupDPIScale( dpiScale, s_fixedWidth, s_bigFont, s_smallFont );
if( initFileOpen )