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_AlwaysEventManager.cpp')
-rw-r--r--source/gameengine/GameLogic/SCA_AlwaysEventManager.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/gameengine/GameLogic/SCA_AlwaysEventManager.cpp b/source/gameengine/GameLogic/SCA_AlwaysEventManager.cpp
index 22746953a27..284bd3da853 100644
--- a/source/gameengine/GameLogic/SCA_AlwaysEventManager.cpp
+++ b/source/gameengine/GameLogic/SCA_AlwaysEventManager.cpp
@@ -56,4 +56,3 @@ void SCA_AlwaysEventManager::NextFrame()
(*it)->Activate(m_logicmgr);
}
}
-