fix floating people

This commit is contained in:
Lucwousin
2019-11-01 09:05:12 +01:00
parent 047f5fe371
commit 5fd7a2ad3e

View File

@@ -907,7 +907,7 @@ public interface RSClient extends RSGameShell, Client
@Import("Scene_cameraYTile")
void setScreenCenterZ(int screenCenterZ); // <-- This is correct!
@Import("Client_plane")
@Import("Scene_plane")
void setScenePlane(int scenePlane);
@Import("Scene_cameraXTileMin")