fgpanel: don't call nonexisting list
obviously something other was intended here.
This commit is contained in:
parent
1a80d70e00
commit
b8cbaa9716
1 changed files with 1 additions and 1 deletions
|
@ -285,7 +285,7 @@ GLuint FGPanel::getInitDisplayList()
|
|||
void
|
||||
FGPanel::update (double dt)
|
||||
{
|
||||
glCallList(getInitDisplayList());
|
||||
/*glCallList*/(getInitDisplayList());
|
||||
|
||||
// Draw the instruments.
|
||||
// Syd Adams: added instrument clipping
|
||||
|
|
Loading…
Reference in a new issue