Normand Briere
2019-04-22 ec1ab4278b2408d3b19083e530e0376f809cca44
ScriptNode.java
....@@ -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();