1
0
Fork 0
This commit is contained in:
Torsten Dreyer 2011-08-31 19:54:59 +02:00
parent ab96d0b966
commit f835561fbe

View file

@ -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 );
}