Fix merge commit for thumbstick scrolling

This commit is contained in:
ksuprynowicz 2025-07-05 20:57:09 +02:00
parent 38f2ee55be
commit 56b473fcdf

View file

@ -505,7 +505,7 @@ Script.include("/~/system/libraries/controllerDispatcherUtils.js");
// plugin was deactivated while running. find the activity-slots it was using and make // plugin was deactivated while running. find the activity-slots it was using and make
// them available. // them available.
delete _this.runningPluginNames[runningPluginName]; delete _this.runningPluginNames[runningPluginName];
_this.unmarkSlotsForPluginName(runningPluginName);{dd2b3a36-b58a-4f07-b0ae-6fe52a8c61fd} _this.unmarkSlotsForPluginName(runningPluginName);
} else { } else {
if (PROFILE) { if (PROFILE) {
Script.beginProfileRange("dispatch.run." + runningPluginName); Script.beginProfileRange("dispatch.run." + runningPluginName);