This website works better with JavaScript
Home
Explore
Help
Sign In
haxe
/
HeapsIO.hide
mirror of
https://github.com/HeapsIO/hide.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
removed dispose()
ncannasse
6 years ago
parent
7a0884df63
commit
218dc864ec
1 changed files
with
0 additions
and
1 deletions
Split View
Show Diff Stats
0
1
hide/prefab/PolygonEditor.hx
+ 0
- 1
hide/prefab/PolygonEditor.hx
View File
@@ -150,7 +150,6 @@ class PolygonEditor {
if(g != null){
g.clear();
g.remove();
- g.dispose();
}
}