diff options
author | kobewi <kobewi4e@gmail.com> | 2024-03-26 17:04:14 +0100 |
---|---|---|
committer | kobewi <kobewi4e@gmail.com> | 2024-10-23 15:00:21 +0200 |
commit | 5c0f2414cd6d988a4eab93fc21bc3b80388907e8 (patch) | |
tree | 05d11ea1b6d97b2cb8e2e203dba1ffb89dc70eb5 /modules/gdscript/tests/scripts/utils.notest.gd | |
parent | 533c616cb86ff7bb940d58ffbbcc1a3eca0aa33d (diff) | |
download | redot-engine-5c0f2414cd6d988a4eab93fc21bc3b80388907e8.tar.gz |
Always add decimal when printing float
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: |