1
0
Fork 0

Fixed typo in SetGammaFallback()

This commit is contained in:
tony 2002-07-10 03:24:57 +00:00
parent 5aee96c481
commit e0fa2db2c9

View file

@ -260,7 +260,7 @@ public:
is not enough/too much thrust.
@param gamma_fallback true to enable fallback
*/
inline void SetGammaFallback(bool bb) { gamma_fallback=true; }
inline void SetGammaFallback(bool bb) { gamma_fallback=bb; }
/** query the fallback state
@return true if fallback is enabled.