]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/fg_commands.cxx
Use the new clouds3d-enable property instead.
[flightgear.git] / src / Main / fg_commands.cxx
index bd72af4c07aaf96442188d239cc8a4e5bf776d5a..21a5b7d2a8f04e20fa4d7a1cc80ee053629ac959 100644 (file)
@@ -1115,6 +1115,7 @@ do_gui_redraw (const SGPropertyNode * arg)
 {
     NewGUI * gui = (NewGUI *)globals->get_subsystem("gui");
     gui->redraw();
+    return true;
 }
 
 /**