TU19: merge Minecraft.Client/Textures

This commit is contained in:
Tropical
2026-03-21 22:46:45 -05:00
parent 8f90088611
commit 362a43ddee
20 changed files with 982 additions and 1973 deletions

View File

@@ -155,11 +155,11 @@ std::vector<Texture*>* TextureManager::createTextures(
// return result;
// } catch (FileNotFoundException e) {
// Minecraft.getInstance().getLogger().warning("TextureManager.createTexture
//called for file " + filename + ", but that file does not exist.
//Ignoring."); } catch (IOException e) {
// called for file " + filename + ", but that file does not exist.
// Ignoring."); } catch (IOException e) {
// Minecraft.getInstance().getLogger().warning("TextureManager.createTexture
//encountered an IOException when " + "trying to read file " + filename + ".
//Ignoring.");
// encountered an IOException when " + "trying to read file " + filename +
// ". Ignoring.");
// }
return result;
}
@@ -199,4 +199,4 @@ Texture* TextureManager::createTexture(const std::wstring& name, int mode,
return createTexture(name, mode, width, height, Texture::WM_WRAP, format,
Texture::TFLT_NEAREST, Texture::TFLT_NEAREST, mipmap,
NULL);
}
}