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:
Diffstat (limited to 'source/gameengine/Ketsji/KX_CameraActuator.h')
-rw-r--r--source/gameengine/Ketsji/KX_CameraActuator.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/gameengine/Ketsji/KX_CameraActuator.h b/source/gameengine/Ketsji/KX_CameraActuator.h
index a6344ae380a..1cae676fe3f 100644
--- a/source/gameengine/Ketsji/KX_CameraActuator.h
+++ b/source/gameengine/Ketsji/KX_CameraActuator.h
@@ -70,8 +70,8 @@ private :
/** max (float), */
float m_maxHeight;
- /** xy toggle (pick one): true == x, false == y */
- bool m_x;
+ /** axis the camera tries to get behind: +x/+y/-x/-y */
+ short m_axis;
/** damping (float), */
float m_damping;
@@ -97,7 +97,7 @@ private :
float hght,
float minhght,
float maxhght,
- bool xytog,
+ short axis,
float damping
);