]> git.mxchange.org Git - flightgear.git/blobdiff - src/Input/jsinput.cxx
Untweak my button tweak.
[flightgear.git] / src / Input / jsinput.cxx
index 5bf12a4c5ab0d3fb343648f946efc7e8d34e9114..51c6cb7f49bb93589c2fcba5c4c0afac50c9d21d 100644 (file)
@@ -22,7 +22,7 @@
 
 jsInput::jsInput(jsSuper *j) {
   jss=j;
-  pretty_display=false;
+  pretty_display=true;
   joystick=axis=button=-1;
   axis_threshold=0.2;
 }