diff options
Diffstat (limited to 'modules/gdscript/tests/scripts/runtime/features/parameter_shadowing.out')
-rw-r--r-- | modules/gdscript/tests/scripts/runtime/features/parameter_shadowing.out | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/gdscript/tests/scripts/runtime/features/parameter_shadowing.out b/modules/gdscript/tests/scripts/runtime/features/parameter_shadowing.out index 5b981bc8bb..5492c8f763 100644 --- a/modules/gdscript/tests/scripts/runtime/features/parameter_shadowing.out +++ b/modules/gdscript/tests/scripts/runtime/features/parameter_shadowing.out @@ -11,7 +11,7 @@ a 1 b 1 -(1, 1) -(0, 0) -(6, 1) -(0, 0) +(1.0, 1.0) +(0.0, 0.0) +(6.0, 1.0) +(0.0, 0.0) |