Skip to content

Commit c51eb80

Browse files
committed
dont unload image buffer (needs investigation)
1 parent 8ec599c commit c51eb80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

haxe/ui/backend/ImageDisplayBase.hx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ class ImageDisplayBase {
8989

9090
public function dispose() {
9191
if (_buffer != null) {
92-
_buffer.unload();
93-
_buffer = null;
92+
//_buffer.unload();
93+
//_buffer = null;
9494
}
9595
}
9696
}

0 commit comments

Comments
 (0)