Revert fix for noLeakTracking

This commit is contained in:
Sam El-Husseini 2018-04-21 10:34:47 -07:00
parent 0c3e4362e3
commit 497c900877

View File

@ -66,7 +66,7 @@ namespace pxsim {
export function createInternalImage(width: number): Image {
let img = createImage(width)
pxsim.runtime.unregisterLiveObject(img, true)
//pxsim.runtime.unregisterLiveObject(img, true)
return img
}