Decimal number support
This commit is contained in:
parent
bc6a380c4c
commit
65640ee6af
@ -146,7 +146,7 @@ int TPTScriptInterface::parseNumber(char * stringData)
|
||||
}
|
||||
else
|
||||
{
|
||||
return atoi(stringData);
|
||||
return atof(stringData);
|
||||
}
|
||||
return currentNumber;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user