Merge pull request #4635 from Abextm/camera-pitch-fix

mixins: Fix camera pitch relaxer not fully relaxing after a screen shake
This commit is contained in:
Adam
2018-08-05 09:57:29 -04:00
committed by GitHub
2 changed files with 29 additions and 3 deletions

View File

@@ -55,6 +55,9 @@ public interface RSClient extends RSGameEngine, Client
@Override
int getCameraPitch();
@Import("cameraPitch")
void setCameraPitch(int cameraPitch);
@Import("cameraYaw")
@Override
int getCameraYaw();