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
|
void
|
||||||
FGPanel::update (double dt)
|
FGPanel::update (double dt)
|
||||||
{
|
{
|
||||||
glCallList(getInitDisplayList());
|
/*glCallList*/(getInitDisplayList());
|
||||||
|
|
||||||
// Draw the instruments.
|
// Draw the instruments.
|
||||||
// Syd Adams: added instrument clipping
|
// Syd Adams: added instrument clipping
|
||||||
|
|
Loading…
Add table
Reference in a new issue