diff options
| author | George Marques <george@gmarqu.es> | 2021-09-21 16:23:42 -0300 |
|---|---|---|
| committer | George Marques <george@gmarqu.es> | 2021-10-04 14:09:54 -0300 |
| commit | 84956fee4bd83ef8af74efad7190fc4bbe161c5f (patch) | |
| tree | c0d1ae3bf27d9706f76de85105853b02c167d86f /modules/gdscript/tests/scripts/runtime/features/assign_member_with_operation.out | |
| parent | adc9500e5497c7427f91d7cbf9985f74cbb3451c (diff) | |
| download | redot-engine-84956fee4bd83ef8af74efad7190fc4bbe161c5f.tar.gz | |
GDScript: Fix member assignment with operation
It was wrongly updating the assigned value with the result of the
operation.
Diffstat (limited to 'modules/gdscript/tests/scripts/runtime/features/assign_member_with_operation.out')
| -rw-r--r-- | modules/gdscript/tests/scripts/runtime/features/assign_member_with_operation.out | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/gdscript/tests/scripts/runtime/features/assign_member_with_operation.out b/modules/gdscript/tests/scripts/runtime/features/assign_member_with_operation.out new file mode 100644 index 0000000000..c9e6b34c77 --- /dev/null +++ b/modules/gdscript/tests/scripts/runtime/features/assign_member_with_operation.out @@ -0,0 +1,5 @@ +GDTEST_OK +10 +20 +30 +20 |
