ScriptNode.java
.. .. @@ -1793,7 +1793,7 @@ 1793 1793 return; 1794 1794 } 1795 1795 1796 - if (isLive() && Globals.isLIVE() && Globals.drawMode == display.SHADOW)1796 + if (isLive() && Globals.isLIVE() && display.DrawMode() == display.SHADOW)1797 1797 { 1798 1798 if (reader == null) 1799 1799 Init();