Fixed typo in SetGammaFallback()
This commit is contained in:
parent
5aee96c481
commit
e0fa2db2c9
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue