Rename widget textureId to spriteId
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user