Fix image submenu selection not going manual mode

serial
William Toohey 10 years ago
parent 0187a5f952
commit 565eb1431d
  1. 1
      js/ResourceManager.js

@ -210,6 +210,7 @@ Resources.prototype.selectImageCallback = function(index) {
var that = this;
return function() {
that.core.setImage(index);
that.core.setIsFullAuto(false);
};
}

Loading…
Cancel
Save