1
0
Fork 0

Cosmetic changes.

This commit is contained in:
curt 2001-10-29 04:37:24 +00:00
parent 250bab5089
commit 4b5bcd0f0a

View file

@ -256,8 +256,9 @@ void
FGPanel::update ()
{
// Do nothing if the panel isn't visible.
if (!fgPanelVisible())
if ( !fgPanelVisible() ) {
return;
}
// If the mouse is down, do something
if (_mouseDown) {