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_IInputDevice.cpp')
-rw-r--r--source/gameengine/GameLogic/SCA_IInputDevice.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/gameengine/GameLogic/SCA_IInputDevice.cpp b/source/gameengine/GameLogic/SCA_IInputDevice.cpp
index f4fce034c87..0808028fed3 100644
--- a/source/gameengine/GameLogic/SCA_IInputDevice.cpp
+++ b/source/gameengine/GameLogic/SCA_IInputDevice.cpp
@@ -111,7 +111,7 @@ void SCA_IInputDevice::NextFrame()
m_currentTable = 1 - m_currentTable;
// cerr << "SCA_IInputDevice::NextFrame " << GetNumActiveEvents() << endl;
-
+
for (int i=0;i<SCA_IInputDevice::KX_MAX_KEYS;i++)
{
switch (m_eventStatusTables[1 - m_currentTable][i].m_status)