projects
/
blender.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
PyAPI RNA/BGE
[blender.git]
/
source
/
gameengine
/
Ketsji
/
KX_PythonInitTypes.cpp
diff --git
a/source/gameengine/Ketsji/KX_PythonInitTypes.cpp
b/source/gameengine/Ketsji/KX_PythonInitTypes.cpp
index 05cb818fdd983d3310dc9e27246c84d37be709d5..d5d0fe3123cd4a39013645df5c5e11765fd9bbd2 100644
(file)
--- a/
source/gameengine/Ketsji/KX_PythonInitTypes.cpp
+++ b/
source/gameengine/Ketsji/KX_PythonInitTypes.cpp
@@
-235,7
+235,8
@@
void initPyTypes(void)
#ifdef USE_MATHUTILS
/* Init mathutils callbacks */
KX_GameObject_Mathutils_Callback_Init();
+ KX_ObjectActuator_Mathutils_Callback_Init();
#endif
}
-#endif
\ No newline at end of file
+#endif