diff --git a/src/Application/Application.h b/src/Application/Application.h index 879983e..9a3ab19 100644 --- a/src/Application/Application.h +++ b/src/Application/Application.h @@ -127,6 +127,8 @@ class Application : public KeyListener { void removeGridColumn(); void togglePause(); void moveTexCoord(int texCoordIndex, ofVec2f by); + // TODO: Add moveVertex. + // Make it so that other parts of the application react to the change. void setPreset(unsigned int i); void setNextPreset();