diff --git a/src/Info/Info.cpp b/src/Info/Info.cpp index 717ecbf..f24d11f 100644 --- a/src/Info/Info.cpp +++ b/src/Info/Info.cpp @@ -19,6 +19,7 @@ void Info::draw(){ "keys on the keyboard.\n\n"; ss << "Press to add new triangle surface\n"; ss << "Press to add new quad surface\n"; + ss << "Press

to toggle perspective warping while quad surface selected\n"; ss << "Press to save the composition\n"; ss << "Press to toggle fullscreen\n"; ss << "Press to hide this message";