Cosmetic changes.
This commit is contained in:
parent
250bab5089
commit
4b5bcd0f0a
1 changed files with 2 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue