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 ()
|
FGPanel::update ()
|
||||||
{
|
{
|
||||||
// Do nothing if the panel isn't visible.
|
// Do nothing if the panel isn't visible.
|
||||||
if (!fgPanelVisible())
|
if ( !fgPanelVisible() ) {
|
||||||
return;
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
// If the mouse is down, do something
|
// If the mouse is down, do something
|
||||||
if (_mouseDown) {
|
if (_mouseDown) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue