diff options
author | Thaddeus Crews <repiteo@outlook.com> | 2024-10-31 20:14:39 -0500 |
---|---|---|
committer | Thaddeus Crews <repiteo@outlook.com> | 2024-10-31 20:14:39 -0500 |
commit | 363c0b5fec45f9f5d24ff9578ebdca2544a511d8 (patch) | |
tree | 037893280156c6610b376b2b32c709241b6ea480 /modules/gdscript/tests/scripts/utils.notest.gd | |
parent | 7982030b25fd204bacfe39b5137b859c27fbbdd9 (diff) | |
parent | 5c0f2414cd6d988a4eab93fc21bc3b80388907e8 (diff) | |
download | redot-engine-363c0b5fec45f9f5d24ff9578ebdca2544a511d8.tar.gz |
Merge pull request #47502 from KoBeWi/add_0
Always add decimal when converting float to string
Diffstat (limited to 'modules/gdscript/tests/scripts/utils.notest.gd')
-rw-r--r-- | modules/gdscript/tests/scripts/utils.notest.gd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gdscript/tests/scripts/utils.notest.gd b/modules/gdscript/tests/scripts/utils.notest.gd index fa289e442f..225bcb3008 100644 --- a/modules/gdscript/tests/scripts/utils.notest.gd +++ b/modules/gdscript/tests/scripts/utils.notest.gd @@ -1,6 +1,5 @@ class_name Utils - # `assert()` is not evaluated in non-debug builds. Do not use `assert()` # for anything other than testing the `assert()` itself. static func check(condition: Variant) -> void: |