change default

This commit is contained in:
cxgeorge 2001-05-07 06:39:14 +00:00
parent 86d662109a
commit 2ed7513632
1 changed files with 1 additions and 1 deletions

View File

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