mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-01 00:12:32 +00:00
Generate stitched atlas when game retrieves atlas
This commit is contained in:
parent
8ceaf1ed71
commit
7dfc7e1991
|
|
@ -105,6 +105,8 @@ void PreStitchedTextureMap::stitch()
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
#endif
|
#endif
|
||||||
|
texturePack->generateStitched(texturesByName); // add fallback so custom ones work?
|
||||||
|
|
||||||
if(texturePack->hasFile(L"res/" + filename,false))
|
if(texturePack->hasFile(L"res/" + filename,false))
|
||||||
{
|
{
|
||||||
drive = texturePack->getPath(true);
|
drive = texturePack->getPath(true);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue