change getModelHeight to getLogicalHeight
This commit is contained in:
@@ -58,4 +58,8 @@ public interface RSActor extends RSRenderable, Actor
|
||||
@Import("orientation")
|
||||
@Override
|
||||
int getOrientation();
|
||||
|
||||
@Import("logicalHeight")
|
||||
@Override
|
||||
int getLogicalHeight();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user