Mark the initial achievement as achieved on startup.

This commit is contained in:
Bartosz Taudul 2024-06-07 22:50:42 +02:00
parent cddab58b0d
commit aff60a6a36
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -385,6 +385,8 @@ int main( int argc, char** argv )
}
}
s_achievements.Achieve( "achievementsIntro" );
SetupDPIScale();
tracy::UpdateTextureRGBAMips( zigzagTex, (void**)zigzagPx, zigzagX, zigzagY, 6 );