Normand Briere
2019-08-07 59de607850161a26863f92961d53caae7a2dabc8
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;