From 322a754bf6d97461c2295e34694b48b5083ca071 Mon Sep 17 00:00:00 2001 From: OleSTEEP Date: Fri, 16 Feb 2024 00:00:39 +0300 Subject: [PATCH] PIXI Controls: Fix dpad move event on Edit Mode close --- www.rus/js/plugins/VND_ONSControls.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www.rus/js/plugins/VND_ONSControls.js b/www.rus/js/plugins/VND_ONSControls.js index 9927f7d..477ee3e 100644 --- a/www.rus/js/plugins/VND_ONSControls.js +++ b/www.rus/js/plugins/VND_ONSControls.js @@ -334,6 +334,7 @@ ONSControls.clearInteractive = function() { for (elem of this.getControlElements()) { elem.removeAllListeners(); } + this._dPadContainer.upAll(); // Clear status of VirtualGamepad VirtualGamepad.clearState(); }