Skip to content

Commit

Permalink
fix: Fix the indent (#6281)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaocegege authored and ofTheo committed Oct 11, 2019
1 parent b5a45ef commit 6cce061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/3d/3DPrimitivesExample/src/ofApp.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ class ofApp : public ofBaseApp{
ofVboMesh topCap, bottomCap, body;
vector<ofMeshFace> triangles;

ofCamera cam;
ofCamera cam;
};

0 comments on commit 6cce061

Please sign in to comment.