1
0
Fork 0

fgpanel: don't call nonexisting list

obviously something other was intended here.
This commit is contained in:
Torsten Dreyer 2011-10-27 08:31:24 +02:00
parent 1a80d70e00
commit b8cbaa9716

View file

@ -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