mirror of
https://github.com/godotengine/godot.git
synced 2025-01-25 11:20:46 +00:00
c246931f03
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 |
||
---|---|---|
.. | ||
gdscript | ||
gridmap | ||
ik | ||
register_module_types.h | ||
SCsub |