Changing export float to INF, then saving will write inf.0
to tscn and prevent it from opening
#35388
Labels
Milestone
inf.0
to tscn and prevent it from opening
#35388
Godot version:
3.2 RC 2
OS/device including version:
Linux Mint 19.3
Issue description:
Setting an
export(float)
through code such asmy_float_value = INF
followed by saving will save the float to the tscn file with a valueinf.0
.Steps to reproduce:
Minimal reproduction project:
Test1.zip
The text was updated successfully, but these errors were encountered: