From: Torsten Dreyer Date: Thu, 27 Oct 2011 06:31:24 +0000 (+0200) Subject: fgpanel: don't call nonexisting list X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b8cbaa9716b42a9c5dd8448bc2565bc1fc33d79b;p=flightgear.git fgpanel: don't call nonexisting list obviously something other was intended here. --- diff --git a/utils/fgpanel/panel.cxx b/utils/fgpanel/panel.cxx index 06a6159db..213e7d4b6 100644 --- a/utils/fgpanel/panel.cxx +++ b/utils/fgpanel/panel.cxx @@ -285,7 +285,7 @@ GLuint FGPanel::getInitDisplayList() void FGPanel::update (double dt) { - glCallList(getInitDisplayList()); + /*glCallList*/(getInitDisplayList()); // Draw the instruments. // Syd Adams: added instrument clipping