mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-18 02:49:03 -06:00
Cleanup for coding style
Add strict mode to check_style_guide script
This commit is contained in:
@@ -71,7 +71,7 @@ bool TouchModule::hasNewInput() {
|
||||
touch.tap();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
// Return true if we got new input
|
||||
if (listOfContactPoints.size() == lastProcessed.size() && !listOfContactPoints.empty()) {
|
||||
bool newInput = true;
|
||||
|
||||
Reference in New Issue
Block a user