mirror of
https://github.com/lubosz/overte.git
synced 2025-04-19 12:24:01 +02:00
uncomment sams change to scriptengine
This commit is contained in:
parent
4e93f3ae81
commit
9ecb2b2277
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ void avatarDataFromScriptValue(const QScriptValue &object, AvatarData* &out) {
|
|||
}
|
||||
|
||||
Q_DECLARE_METATYPE(controller::InputController*)
|
||||
//static int inputControllerPointerId = qRegisterMetaType<controller::InputController*>();
|
||||
static int inputControllerPointerId = qRegisterMetaType<controller::InputController*>();
|
||||
|
||||
QScriptValue inputControllerToScriptValue(QScriptEngine *engine, controller::InputController* const &in) {
|
||||
return engine->newQObject(in);
|
||||
|
|
Loading…
Reference in a new issue