mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-10 02:53:01 +02:00
Fix merge commit for thumbstick scrolling
This commit is contained in:
parent
38f2ee55be
commit
56b473fcdf
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue