Browse Source

Removed spaces.

seanpaultaylor 12 years ago
parent
commit
ae850acb5b
1 changed files with 0 additions and 2 deletions
  1. 0 2
      gameplay/src/Node.cpp

+ 0 - 2
gameplay/src/Node.cpp

@@ -292,8 +292,6 @@ void Node::setUserPointer(void* pointer, void (*cleanupCallback)(void*))
     }
 }
 
-
-
 void Node::setActive(bool active)
 {
     if (_active != active)