10 years ago by Silent
In loader.js, lines 72-73 seem to be causing weird sharp edges on the default loading screen:
ig.system.context.fillStyle = '#000'; ig.system.context.fillRect( 0, 0, 480, 320 );
The solution is simple - comment them out.
I still thought it would be best to report it though :)
ig.system.context.fillStyle = '#000'; ig.system.context.fillRect( 0, 0, 480, 320 );
The solution is simple - comment them out.
I still thought it would be best to report it though :)