Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2009-04-30 16:45:13 +0400
committerCampbell Barton <ideasman42@gmail.com>2009-04-30 16:45:13 +0400
commitfdf6ea916db3225e2cee437cdb19b3fbee84db41 (patch)
treeef343448ff7e1d1909889590757527b29e0193b3 /source/gameengine/GamePlayer/ghost/GPG_Application.cpp
parentb14dc8f3d97d6010c842e9137034d3ff3747e68a (diff)
added Geometry as a BGE module, removed its dependency on gen_utils.c
Diffstat (limited to 'source/gameengine/GamePlayer/ghost/GPG_Application.cpp')
-rw-r--r--source/gameengine/GamePlayer/ghost/GPG_Application.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/gameengine/GamePlayer/ghost/GPG_Application.cpp b/source/gameengine/GamePlayer/ghost/GPG_Application.cpp
index 907ba99e63b..af8b94857b9 100644
--- a/source/gameengine/GamePlayer/ghost/GPG_Application.cpp
+++ b/source/gameengine/GamePlayer/ghost/GPG_Application.cpp
@@ -693,6 +693,7 @@ bool GPG_Application::startEngine(void)
initGameKeys();
initPythonConstraintBinding();
initMathutils();
+ initGeometry();
initBGL();
#ifdef WITH_FFMPEG
initVideoTexture();