mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-28 02:45:35 +00:00
TU19: merge Minecraft.Client/Textures
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user