mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-18 21:34:46 +00:00
cc9ca9eb34
Pass the calculated index from the stack and use the same to get and set the value. This avoids a function with side effects being evaluated twice when using indexing in an assignment with operation statement (e.g. a[function()] += 1).