Rename widget textureId to spriteId

This commit is contained in:
Adam
2017-04-29 19:58:33 -04:00
parent cb3b9a653c
commit b9bd70d051
4 changed files with 7 additions and 7 deletions

View File

@@ -127,9 +127,9 @@ public class Widget
return widget.getModelId();
}
public int getTextureId()
public int getSpriteId()
{
return widget.getTextureId();
return widget.getSpriteId();
}
public boolean isHidden()