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/Expressions/intern/IfExpr.cpp')
-rw-r--r--source/gameengine/Expressions/intern/IfExpr.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/gameengine/Expressions/intern/IfExpr.cpp b/source/gameengine/Expressions/intern/IfExpr.cpp
index b4e2fe7315b..549f53749d6 100644
--- a/source/gameengine/Expressions/intern/IfExpr.cpp
+++ b/source/gameengine/Expressions/intern/IfExpr.cpp
@@ -104,10 +104,10 @@ bool CIfExpr::IsInside(float x,float y,float z,bool bBorderInclude)
assertd(false);
return false;
}
-
-bool CIfExpr::NeedsRecalculated()
+
+bool CIfExpr::NeedsRecalculated()
{
return (m_guard->NeedsRecalculated() ||
m_e1->NeedsRecalculated() ||