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/GameLogic/SCA_PropertyActuator.cpp')
-rw-r--r--source/gameengine/GameLogic/SCA_PropertyActuator.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/source/gameengine/GameLogic/SCA_PropertyActuator.cpp b/source/gameengine/GameLogic/SCA_PropertyActuator.cpp
index f2907ca6361..87b0503ede8 100644
--- a/source/gameengine/GameLogic/SCA_PropertyActuator.cpp
+++ b/source/gameengine/GameLogic/SCA_PropertyActuator.cpp
@@ -89,9 +89,9 @@ bool SCA_PropertyActuator::Update()
CParser parser;
parser.SetContext( propowner->AddRef());
-
+
CExpression* userexpr= NULL;
-
+
if (m_type==KX_ACT_PROP_TOGGLE)
{
/* don't use */
@@ -127,7 +127,7 @@ bool SCA_PropertyActuator::Update()
case KX_ACT_PROP_ASSIGN:
{
-
+
CValue* newval = userexpr->Calculate();
CValue* oldprop = propowner->GetProperty(m_propname);
if (oldprop)
@@ -184,11 +184,11 @@ bool SCA_PropertyActuator::Update()
userexpr->Release();
}
-
+
return result;
}
- bool
+ bool
SCA_PropertyActuator::
@@ -203,7 +203,7 @@ isValid(
}
- CValue*
+ CValue*
SCA_PropertyActuator::