FIXED: support 64x32 + 64x64 skins with fallback for failed skin URL

This commit is contained in:
2026-03-20 21:47:53 +01:00
parent ac60559a22
commit 753fdbe701
6 changed files with 58 additions and 45 deletions

View File

@@ -43,8 +43,8 @@ public:
protected:
void setArmor(Model* armor);
Model* getArmor();
Model* model; // allows derived renderers to swap models dynamically for skin formats
private:
Model* model;
Model* armor;
};