diff options
Diffstat (limited to 'src/touchmanager.cpp')
-rw-r--r-- | src/touchmanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/touchmanager.cpp b/src/touchmanager.cpp index 8afc35119..79acaafb1 100644 --- a/src/touchmanager.cpp +++ b/src/touchmanager.cpp @@ -40,7 +40,7 @@ TouchManager::TouchManager() : mVertexes(new ImageCollection), mRedraw(true) { - for (int f = 0;f < actionsSize; f ++) + for (int f = 0; f < actionsSize; f ++) mActions[f] = false; } |