You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Fix RBMap's, iterator-based, remove()
This commit is contained in:
@@ -96,6 +96,8 @@ public:
|
|||||||
typedef KeyValue<K, V> ValueType;
|
typedef KeyValue<K, V> ValueType;
|
||||||
|
|
||||||
struct Iterator {
|
struct Iterator {
|
||||||
|
friend class RBMap<K, V, C, A>;
|
||||||
|
|
||||||
_FORCE_INLINE_ KeyValue<K, V> &operator*() const {
|
_FORCE_INLINE_ KeyValue<K, V> &operator*() const {
|
||||||
return E->key_value();
|
return E->key_value();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user