mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-04-26 08:57:24 +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
|
||||
#endif
|
||||
texturePack->generateStitched(texturesByName); // add fallback so custom ones work?
|
||||
|
||||
if(texturePack->hasFile(L"res/" + filename,false))
|
||||
{
|
||||
drive = texturePack->getPath(true);
|
||||
|
|
|
|||
Loading…
Reference in a new issue