mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +00:00
Mark the initial achievement as achieved on startup.
This commit is contained in:
parent
cddab58b0d
commit
aff60a6a36
@ -385,6 +385,8 @@ int main( int argc, char** argv )
|
||||
}
|
||||
}
|
||||
|
||||
s_achievements.Achieve( "achievementsIntro" );
|
||||
|
||||
SetupDPIScale();
|
||||
|
||||
tracy::UpdateTextureRGBAMips( zigzagTex, (void**)zigzagPx, zigzagX, zigzagY, 6 );
|
||||
|
Loading…
Reference in New Issue
Block a user