modeloutline: Use rotation instead of orientation (#1607)
Orientation lags behind most of the times while rotation doesn't
This commit is contained in:
@@ -127,6 +127,10 @@ public interface RSActor extends RSEntity, Actor
|
||||
@Override
|
||||
int getOrientation();
|
||||
|
||||
@Import("rotation")
|
||||
@Override
|
||||
int getCurrentOrientation();
|
||||
|
||||
// Health stuff
|
||||
|
||||
@Import("healthBars")
|
||||
|
||||
Reference in New Issue
Block a user