Fix a few compiler warnings (#2063)

This commit is contained in:
CasualPokePlayer
2024-08-01 14:26:46 -07:00
committed by GitHub
parent 54e87c915f
commit 757a608b6e
2 changed files with 2 additions and 2 deletions

View File

@ -160,7 +160,7 @@ void SaveShaderCache()
Platform::FileSeek(file, 0, Platform::FileSeekOrigin::End);
printf("new shaders %d\n", NewShaders.size());
printf("new shaders %zu\n", NewShaders.size());
for (u64 newShader : NewShaders)
{