mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Disable breakpoint during DLC texture map load
Allows DLC loading but the DLC textures are still broken
This commit is contained in:
parent
0123055bab
commit
874c3343e3
|
|
@ -228,7 +228,7 @@ void PreStitchedTextureMap::makeTextureAnimated(TexturePack *texturePack, Stitch
|
||||||
if(first->getWidth() != tex->getWidth() || first->getHeight() != tex->getHeight())
|
if(first->getWidth() != tex->getWidth() || first->getHeight() != tex->getHeight())
|
||||||
{
|
{
|
||||||
app.DebugPrintf("%ls - first w - %d, h - %d, tex w - %d, h - %d\n",textureFileName.c_str(),first->getWidth(),tex->getWidth(),first->getHeight(),tex->getHeight());
|
app.DebugPrintf("%ls - first w - %d, h - %d, tex w - %d, h - %d\n",textureFileName.c_str(),first->getWidth(),tex->getWidth(),first->getHeight(),tex->getHeight());
|
||||||
__debugbreak();
|
//__debugbreak();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue