From: curt Date: Wed, 5 Aug 1998 00:19:33 +0000 (+0000) Subject: Added a local routine to update lighting params every frame when time is X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fcdc2cf4c90ba2bb41c7cc8f21ea83e460b0d601;p=flightgear.git Added a local routine to update lighting params every frame when time is accelerated. --- diff --git a/Main/GLUTkey.cxx b/Main/GLUTkey.cxx index 786ae3b26..3b8aca0bb 100644 --- a/Main/GLUTkey.cxx +++ b/Main/GLUTkey.cxx @@ -38,12 +38,16 @@ #include #include +#include +#include +#include #include // Added autopilot.h to list, Jeff Goeke-Smith #include #include #include #include #include +#include