a04a78c7f6
GDScript incorrectly parsed float values in scientific notation
when no decimal point was given. "1e-5" was parsed as "15".
Fix this by not requiring a decimal point when we found an exponent
for the number to be considered a float.
Fixes #5267
(cherry picked from commit
|
||
---|---|---|
.. | ||
gdscript | ||
gridmap | ||
SCsub | ||
register_module_types.h |