change getModelHeight to getLogicalHeight

This commit is contained in:
Max Weber
2018-02-04 06:37:24 -07:00
parent 80aebd1836
commit 1914f76513
5 changed files with 14 additions and 5 deletions

View File

@@ -58,4 +58,8 @@ public interface RSActor extends RSRenderable, Actor
@Import("orientation")
@Override
int getOrientation();
@Import("logicalHeight")
@Override
int getLogicalHeight();
}