Normand Briere
2019-04-22 c60a1ad4f6aa4904e80280586b440a584b5ff061
ScriptNode.java
....@@ -1785,7 +1785,7 @@
17851785 return live;
17861786 }
17871787
1788
- void DrawNode(CameraPane display, Object3D /*Composite*/ root, boolean selected)
1788
+ void DrawNode(iCameraPane display, Object3D /*Composite*/ root, boolean selected)
17891789 {
17901790 if (CameraPane.ABORTED)
17911791 {
....@@ -1793,7 +1793,7 @@
17931793 return;
17941794 }
17951795
1796
- if (isLive() && Globals.isLIVE() && Globals.drawMode == display.SHADOW)
1796
+ if (isLive() && Globals.isLIVE() && display.DrawMode() == display.SHADOW)
17971797 {
17981798 if (reader == null)
17991799 Init();