mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Update PreStitchedTextureMap.cpp
This commit is contained in:
parent
196fffd59b
commit
26fa85f180
|
|
@ -246,7 +246,6 @@ StitchedTexture *PreStitchedTextureMap::getTexture(const wstring &name)
|
||||||
{
|
{
|
||||||
#ifndef _CONTENT_PACKAGE
|
#ifndef _CONTENT_PACKAGE
|
||||||
app.DebugPrintf("Not implemented!\n");
|
app.DebugPrintf("Not implemented!\n");
|
||||||
__debugbreak();
|
|
||||||
#endif
|
#endif
|
||||||
return NULL;
|
return NULL;
|
||||||
#if 0
|
#if 0
|
||||||
|
|
@ -277,7 +276,7 @@ Icon *PreStitchedTextureMap::registerIcon(const wstring &name)
|
||||||
{
|
{
|
||||||
app.DebugPrintf("Don't register NULL\n");
|
app.DebugPrintf("Don't register NULL\n");
|
||||||
#ifndef _CONTENT_PACKAGE
|
#ifndef _CONTENT_PACKAGE
|
||||||
__debugbreak();
|
app.DebugPrintf("Stub!")
|
||||||
#endif
|
#endif
|
||||||
result = missingPosition;
|
result = missingPosition;
|
||||||
//new RuntimeException("Don't register null!").printStackTrace();
|
//new RuntimeException("Don't register null!").printStackTrace();
|
||||||
|
|
@ -290,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() );
|
||||||
__debugbreak();
|
app.DebugPrintf("Stub!")
|
||||||
#endif
|
#endif
|
||||||
result = missingPosition;
|
result = missingPosition;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue