There was an error while loading. Please reload this page.
1 parent c863cd1 commit b233795Copy full SHA for b233795
1 file changed
Benchmarks/Benchmarks/ECSBenchmark/Base.swift
@@ -53,7 +53,7 @@ class ExampleSystem {
53
}
54
55
func update(deltaT _: Double) {
56
- family.forEach { (position: Position, velocity: Velocity) in
+ for (position, velocity) in family {
57
position.x *= 2
58
velocity.a *= 2
59
0 commit comments