Browse Source

removed dispose()

ncannasse 6 years ago
parent
commit
218dc864ec
1 changed files with 0 additions and 1 deletions
  1. 0 1
      hide/prefab/PolygonEditor.hx

+ 0 - 1
hide/prefab/PolygonEditor.hx

@@ -150,7 +150,6 @@ class PolygonEditor {
 		if(g != null){
 			g.clear();
 			g.remove();
-			g.dispose();
 		}
 	}