More coding style conformance

This commit is contained in:
Alexander Bock
2017-11-11 11:25:49 -05:00
parent f29b15a37f
commit 758e26789c
170 changed files with 2585 additions and 1229 deletions
+2 -1
View File
@@ -47,7 +47,8 @@ namespace openspace {
TouchInteraction touch;
TouchMarker markers;
std::vector<TUIO::TuioCursor> listOfContactPoints;
std::vector<Point> lastProcessed; // contains an id and the TuioPoint that was processed last frame
// contains an id and the TuioPoint that was processed last frame
std::vector<Point> lastProcessed;
};
} // namespace openspace