2
0
gingerBill 2 жил өмнө
parent
commit
7b4a87d37c

+ 1 - 1
core/reflect/iterator.odin

@@ -67,7 +67,7 @@ iterate_map :: proc(val: any, it: ^int) -> (key, value: any, ok: bool) {
 				key.id     = info.key.id
 				value.id   = info.value.id
 				ok = true
-				return
+				break
 			}
 
 		}