16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 20:39:18 +02:00

lua events without delay are executed instantly

This commit is contained in:
milek7
2018-10-26 11:22:10 +02:00
parent fd8dfcc323
commit d5fb93b5ae
2 changed files with 5 additions and 0 deletions

View File

@@ -530,6 +530,7 @@ private:
void deserialize_( cParser &Input, scene::scratch_data &Scratchpad ) override;
void run_() override;
void export_as_text_( std::ostream &Output ) const override;
bool is_instant() const override;
lua::eventhandler_t lua_func = nullptr;
};