From 5c0f2414cd6d988a4eab93fc21bc3b80388907e8 Mon Sep 17 00:00:00 2001 From: kobewi Date: Tue, 26 Mar 2024 17:04:14 +0100 Subject: Always add decimal when printing float --- modules/gdscript/tests/scripts/utils.notest.gd | 1 - 1 file changed, 1 deletion(-) (limited to 'modules/gdscript/tests/scripts/utils.notest.gd') 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: -- cgit v1.2.3