Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
Bromeon committed May 3, 2024
1 parent 49996cf commit c6f3b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion godot-core/src/builtin/dictionary.rs
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,7 @@ impl<'a> DictionaryIter<'a> {
self.next_idx += 1;
}

self.last_key = new_key.clone();
self.last_key.clone_from(&new_key);
new_key
}

Expand Down

0 comments on commit c6f3b71

Please sign in to comment.