mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-09-27 01:20:43 +00:00
refactor: begin unglobbing std::vector
This commit is contained in:
@@ -26,7 +26,7 @@ private:
|
||||
BufferedImage *missingTexture; // = new BufferedImage(64, 64, BufferedImage.TYPE_INT_ARGB);
|
||||
StitchedTexture *missingPosition;
|
||||
Texture *stitchResult;
|
||||
vector<StitchedTexture *> animatedTextures; // = new ArrayList<StitchedTexture>();
|
||||
std::vector<StitchedTexture *> animatedTextures; // = new ArrayList<StitchedTexture>();
|
||||
|
||||
stringStitchedTextureMap texturesToRegister; // = new HashMap<String, StitchedTexture>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user