mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 18:53:37 +02:00
Initialize _entityScriptingInterface in ScriptEngine
This commit is contained in:
parent
490f119d85
commit
4a3ee02b11
1 changed files with 2 additions and 0 deletions
|
@ -208,6 +208,8 @@ void ScriptEngine::init() {
|
|||
|
||||
_isInitialized = true;
|
||||
|
||||
_entityScriptingInterface.init();
|
||||
|
||||
// register various meta-types
|
||||
registerMetaTypes(this);
|
||||
registerMIDIMetaTypes(this);
|
||||
|
|
Loading…
Reference in a new issue