Commit a328aa53 by Ben

Merge branch 'fixMCInputHandling' into 'master'

(mod) flushed input handler to prevent irritating microcontroller from menu inputs See merge request !1
parents 5a58eee0 787bc499
......@@ -143,6 +143,7 @@ namespace EyeSkills
inEditMode = false;
mc = microControllers[menuIndex].microController;
//mc.enabled = true; //enable the script (not the game object, which we're also a child of!) This seems to take a cycle to take effect
esInput.Flush(); // Try to remove any outstanding events (e.g. Confirm) to not confuse the micro controller.
mc.Startup(this);
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment