hopefully fix PreStitchedTextureMap.cpp

This commit is contained in:
Tuff CWC 2026-03-08 12:48:22 +01:00 committed by GitHub
parent 216d48e1e0
commit 9439039636
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -289,7 +289,7 @@ Icon *PreStitchedTextureMap::registerIcon(const wstring &name)
{ {
#ifndef _CONTENT_PACKAGE #ifndef _CONTENT_PACKAGE
app.DebugPrintf("Could not find uv data for icon %ls\n", name.c_str() ); app.DebugPrintf("Could not find uv data for icon %ls\n", name.c_str() );
app.DebugPrintf("Stub!") app.DebugPrintf("Stub!");
#endif #endif
result = missingPosition; result = missingPosition;
} }