Fix typo
This commit is contained in:
parent
ab96d0b966
commit
f835561fbe
1 changed files with 1 additions and 1 deletions
|
@ -557,7 +557,7 @@ extern bool fgSetFloat (const char * name, float val);
|
|||
*/
|
||||
inline bool fgSetFloat (const std::string & name, float val)
|
||||
{
|
||||
return fgSetBool( name.c_str(), val );
|
||||
return fgSetFloat( name.c_str(), val );
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue