Browse Source

change default

cxgeorge 24 years ago
parent
commit
2ed7513632
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/gobj/fog.h

+ 1 - 1
panda/src/gobj/fog.h

@@ -33,7 +33,7 @@ PUBLISHED:
     M_spline,                   // Not implemented yet
     M_spline,                   // Not implemented yet
   };
   };
 
 
-  Fog(Mode mode = M_exponential, int hardware_bits = 8);
+  Fog(Mode mode = M_linear, int hardware_bits = 8);
   ~Fog();
   ~Fog();
 
 
   INLINE Mode get_mode(void) const;
   INLINE Mode get_mode(void) const;