]> git.mxchange.org Git - flightgear.git/commitdiff
fgpanel: don't call nonexisting list
authorTorsten Dreyer <Torsten@t3r.de>
Thu, 27 Oct 2011 06:31:24 +0000 (08:31 +0200)
committerTorsten Dreyer <Torsten@t3r.de>
Thu, 27 Oct 2011 06:31:24 +0000 (08:31 +0200)
obviously something other was intended here.

utils/fgpanel/panel.cxx

index 06a6159dbf99c4dea80f84682243c366419d3f7e..213e7d4b69525fa4fb20e4703d1d7ace982292a4 100644 (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