mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
hopefully fix PreStitchedTextureMap.cpp
This commit is contained in:
parent
216d48e1e0
commit
9439039636
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue