Normand Briere
2019-09-04 c8bb659043bfa0ccf9436d7cbbc49255b4c82402
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;