diff --git a/profiler/src/main.cpp b/profiler/src/main.cpp index a9cab6cf..3d27185d 100644 --- a/profiler/src/main.cpp +++ b/profiler/src/main.cpp @@ -394,13 +394,12 @@ int main( int argc, char** argv ) { dpiScale = cnv; dpiScaleOverriddenFromEnv = true; + SetupDPIScale(); } } s_achievements->Achieve( "achievementsIntro" ); - SetupDPIScale(); - tracy::UpdateTextureRGBAMips( zigzagTex, (void**)zigzagPx, zigzagX, zigzagY, 6 ); for( auto& v : zigzagPx ) free( v );