From 634641bc943b8a257d9c2ab3a1b2503b1a1c4e01 Mon Sep 17 00:00:00 2001 From: Zeno Rogue Date: Sun, 19 Apr 2020 15:40:28 +0200 Subject: [PATCH] removed outdated documentation from rug --- rug.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/rug.cpp b/rug.cpp index ce7d6a03..0bbbd42d 100644 --- a/rug.cpp +++ b/rug.cpp @@ -1410,11 +1410,6 @@ EX string makehelp() { "the 'render texture without OpenGL' options may be helpful in this case. Also the 'render once' option " "will make the rendering faster, but the surface will be rendered only once, so " "you won't be able to play a game on it.\n\n" */ - #if !ISMOBILE - + XLAT("Use arrow keys to rotate, Page Up/Down to zoom.") - + "\n\n" + - XLAT("In the perspective projection, you can use arrows to rotate the camera, Page Up/Down to go forward/backward, Shift+arrows to strafe, and Ctrl+arrows to rotate the model.") - #endif ; }