Make all String float conversion methods be 64-bit
This commit is contained in:
@ -489,7 +489,7 @@ Error VisualScriptExpression::_get_token(Token &r_token) {
|
||||
r_token.type = TK_CONSTANT;
|
||||
|
||||
if (is_float) {
|
||||
r_token.value = num.to_double();
|
||||
r_token.value = num.to_float();
|
||||
} else {
|
||||
r_token.value = num.to_int();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user