mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-17 20:10:23 +03:00
Misc patches
This commit is contained in:
@@ -13,7 +13,7 @@ ClothTile::ClothTile(int id, int type) : Tile(id, TEXTURE_CLOTH_64, Material::cl
|
||||
{
|
||||
field_6C = type;
|
||||
|
||||
m_TextureFrame = getTexture(0, type);
|
||||
m_TextureFrame = ClothTile::getTexture(0, type);
|
||||
}
|
||||
|
||||
int ClothTile::getTexture(int dir)
|
||||
|
||||
Reference in New Issue
Block a user