]> git.mxchange.org Git - flightgear.git/blobdiff - src/Instrumentation/HUD/HUD_label.cxx
Feature request for Syd - expose the ND view heading
[flightgear.git] / src / Instrumentation / HUD / HUD_label.cxx
index ddadedad3e7be01cd66a5f3488ff7310c5a7af7f..030e246b00933b3ffb95890ebcf5fee6c9be4eee 100644 (file)
@@ -80,7 +80,7 @@ HUD::Label::Label(HUD *hud, const SGPropertyNode *n, float x, float y) :
 
 void HUD::Label::draw(void)
 {
-    if (!(_mode == NONE || (_input.isValid() && blink())))
+    if (!((_mode == NONE || _input.isValid()) && blink()))
         return;
 
     if (_box) {