ncannasse %!s(int64=10) %!d(string=hai) anos
pai
achega
5a772eccc4
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      hxd/App.hx

+ 1 - 0
hxd/App.hx

@@ -25,6 +25,7 @@ class App {
 
 	function setup() {
 		engine.onResized = function() {
+			if( s2d == null ) return; // if disposed
 			s2d.checkResize();
 			onResize();
 		};