Skip to content

Commit 0c1da7a

Browse files
committed
fix
1 parent 5612ab5 commit 0c1da7a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/app/MeshDecimationApp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class MeshDecimationApp : public Application, InputHandler
4444
void guiShadingSelection();
4545
void guiVertexCountSlider();
4646
void guiShowStats();
47-
void MeshDecimationApp::guiShowFPS() const;
47+
void guiShowFPS() const;
4848

4949
void updateModelRotation();
5050
glm::vec3 computeArcballVector(glm::vec2 pos) const;

0 commit comments

Comments
 (0)