Normand Briere
2019-04-22 3c4c16e0a4ca3949a7a37a24607df7f89abfe7ea
PhysicsNode.java
....@@ -108,9 +108,9 @@
108108
109109 float totalms = 0;
110110
111
- void drawSelf(CameraPane display, Object3D /*Composite*/ root, boolean selected, boolean blocked)
111
+ void drawSelf(iCameraPane display, Object3D /*Composite*/ root, boolean selected, boolean blocked)
112112 {
113
- if (display.isLIVE() && live && display.drawMode == display.SHADOW) // FUCK
113
+ if (Globals.isLIVE() && live && display.DrawMode() == display.SHADOW) // FUCK
114114 {
115115 float ms = getDeltaTimeMicroseconds();
116116 float minFPS = 1000000f / 60f;