mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-05-01 00:09:58 -05:00
Cleanup for coding style
Add strict mode to check_style_guide script
This commit is contained in:
@@ -54,7 +54,6 @@ class TouchMarker : public properties::PropertyOwner {
|
||||
|
||||
void render(const std::vector<TUIO::TuioCursor>& list);
|
||||
|
||||
|
||||
private:
|
||||
void createVertexList(const std::vector<TUIO::TuioCursor>& list);
|
||||
|
||||
@@ -65,7 +64,7 @@ class TouchMarker : public properties::PropertyOwner {
|
||||
properties::Vec3Property _color;
|
||||
|
||||
std::unique_ptr<ghoul::opengl::ProgramObject> _shader;
|
||||
|
||||
|
||||
GLuint _quad;
|
||||
GLuint _vertexPositionBuffer;
|
||||
int _numFingers;
|
||||
|
||||
Reference in New Issue
Block a user