#publish mem leak?

main
xian18 3 years ago
parent cbde7e4c3f
commit c98c76c1f0

@ -378,6 +378,7 @@ var SF_Plugins = SF_Plugins || {};
Scene_AutoUpdate.prototype.updateJob = function () {
if (this._status === "working") { return; }
if (this._nextJob === "") {
CallBack.clear();
SceneManager.pop();
}
this._job = this._nextJob;

Loading…
Cancel
Save