fix: Fixes iterating with multiple multis in a sector (#1706)
This commit is contained in:
parent
b5342a82e1
commit
9e37879f19
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ public partial class Map
|
|||
ref var multis = ref _multis;
|
||||
ref readonly var p = ref _point;
|
||||
|
||||
if (multis.MoveNext())
|
||||
while (multis.MoveNext())
|
||||
{
|
||||
var multi = multis.Current;
|
||||
_currentMulti = multi;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue