Fix wxWidgets invalid string specifier assertion.

This commit is contained in:
Wayne Stambaugh 2022-01-24 11:34:36 -05:00
parent a1615cce7e
commit ab184ba9f3
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ void GPU_CACHED_MANAGER::EndDrawing()
cntDraw.Stop();
KI_TRACE( traceGalProfile,
"Cached manager size: VBO size %u iranges %llu max elt size %u drawcalls %u\n",
"Cached manager size: VBO size %u iranges %zu max elt size %u drawcalls %u\n",
cached->AllItemsSize(), m_vranges.size(), m_indexBufMaxSize, drawCalls );
KI_TRACE( traceGalProfile, "Timing: %s\n", cntDraw.to_string() );