There was an error while loading. Please reload this page.
1 parent 4892c32 commit 5b1c111Copy full SHA for 5b1c111
profiler/src/main.cpp
@@ -221,6 +221,7 @@ int main( int argc, char** argv )
221
222
ImGuiTracyContext imguiContext;
223
Backend backend( title, DrawContents, &mainThreadTasks );
224
+ iconTex = tracy::MakeTexture();
225
iconThread.join();
226
backend.SetIcon( iconPx, iconX, iconY );
227
bptr = &backend;
@@ -233,7 +234,6 @@ int main( int argc, char** argv )
233
234
if( cnv != 0 ) dpiScale = cnv;
235
}
236
- iconTex = tracy::MakeTexture();
237
SetupDPIScale( dpiScale, s_fixedWidth, s_bigFont, s_smallFont );
238
239
if( initFileOpen )
0 commit comments