From 1c3d2392dc24aa8a170f6b8c71c9a28da08d2cf8 Mon Sep 17 00:00:00 2001 From: Krisjanis Rijnieks Date: Tue, 19 Jan 2016 21:19:11 +0100 Subject: [PATCH] Add perspective warping info to info layer, close #22 --- src/Info/Info.cpp | 1 + 1 file changed, 1 insertion(+) 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";