]> git.mxchange.org Git - flightgear.git/blobdiff - src/Cockpit/panel.cxx
Reduce POFF_UNITS from 40 to 4, following Andy Ross's suggestion (to
[flightgear.git] / src / Cockpit / panel.cxx
index d2332b9d8fc54e2903a605723163f5b55302fbef..91fa06bda66b9286ba9bc7724b60760d35e4974a 100644 (file)
@@ -52,7 +52,7 @@
 // The number of polygon-offset "units" to place between layers.  In
 // principle, one is supposed to be enough.  In practice, I find that
 // my hardware/driver requires many more.
-#define POFF_UNITS 40
+#define POFF_UNITS 4
 
 \f
 ////////////////////////////////////////////////////////////////////////