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_RaySensor.h')
-rw-r--r--source/gameengine/Ketsji/KX_RaySensor.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/source/gameengine/Ketsji/KX_RaySensor.h b/source/gameengine/Ketsji/KX_RaySensor.h
index 1901bb04f86..e84f29f38ac 100644
--- a/source/gameengine/Ketsji/KX_RaySensor.h
+++ b/source/gameengine/Ketsji/KX_RaySensor.h
@@ -81,9 +81,9 @@ public:
/// \see KX_RayCast
bool NeedRayCast(KX_ClientObjectInfo *client, void *UNUSED(data));
- virtual void Replace_IScene(SCA_IScene *val)
- {
- m_scene= static_cast<KX_Scene *>(val);
+ virtual void Replace_IScene(SCA_IScene *val)
+ {
+ m_scene= static_cast<KX_Scene *>(val);
}
//Python Interface
@@ -96,12 +96,12 @@ public:
KX_RAY_AXIS_NEG_Y = 4,
KX_RAY_AXIS_NEG_Z = 5,
};
-
+
#ifdef WITH_PYTHON
/* Attributes */
static PyObject *pyattr_get_hitobject(void *self_v, const KX_PYATTRIBUTE_DEF *attrdef);
-
+
#endif /* WITH_PYTHON */
};