Normand Briere
2019-06-09 3ae9b1de47e51e7c150412f2bb14383cb6a5f8f8
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;