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
FGPanel::update (double dt)
{
glCallList(getInitDisplayList());
/*glCallList*/(getInitDisplayList());
// Draw the instruments.
// Syd Adams: added instrument clipping