fixup! Disabled InputCommand processing while you fiddle with editor UI elements

This commit is contained in:
2016-03-07 17:54:01 +01:00
parent abc447b937
commit f923872e51
+1 -1
View File
@@ -18,7 +18,7 @@ public:
void LoadBindings(std::string file);
void Update(double dt);
void Process();
void Process(bool suppressNewEvents = false);
template <typename T>
void AddHandler();
void Publish(const Events::InputCommand& e);