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/SceneGraph/SG_Node.cpp')
-rw-r--r--source/gameengine/SceneGraph/SG_Node.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/gameengine/SceneGraph/SG_Node.cpp b/source/gameengine/SceneGraph/SG_Node.cpp
index 40f4e9b2b25..33af9f16d7c 100644
--- a/source/gameengine/SceneGraph/SG_Node.cpp
+++ b/source/gameengine/SceneGraph/SG_Node.cpp
@@ -78,7 +78,7 @@ SG_Node* SG_Node::GetSGReplica()
SG_Node::
ProcessSGReplica(
SG_Node** replica
-){
+) {
// Apply the replication call back function.
if (!ActivateReplicationCallback(*replica))
{
@@ -159,7 +159,7 @@ bool SG_Node::IsAncessor(const SG_Node* child) const
void
SG_Node::
DisconnectFromParent(
-){
+) {
if (m_SGparent)
{
m_SGparent->RemoveChild(this);