modeloutline: Use rotation instead of orientation (#1607)
Orientation lags behind most of the times while rotation doesn't
This commit is contained in:
@@ -112,6 +112,8 @@ public interface Actor extends Entity
|
||||
*/
|
||||
int getOrientation();
|
||||
|
||||
int getCurrentOrientation();
|
||||
|
||||
/**
|
||||
* Gets the current animation the actor is performing.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user