cameraPitchCopy > cameraPitch

This commit is contained in:
Max Weber
2018-02-25 22:32:42 -07:00
parent 47f2061387
commit 20d3c72bd4

View File

@@ -58,6 +58,9 @@ public interface Client extends GameEngine
int getCameraZ();
/**
* This returns the actual pitch of the camera in JAUs
*/
int getCameraPitch();
int getCameraYaw();