Compare commits
1 Commits
fa1449b412
...
26d3ce9a0e
Author | SHA1 | Date | |
---|---|---|---|
26d3ce9a0e |
@ -151,13 +151,5 @@ public class WorldGrid : Node2D
|
|||||||
_nextValues[x, y] = TransferHeat(t, D, nx, ny, px, py);
|
_nextValues[x, y] = TransferHeat(t, D, nx, ny, px, py);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
for (int x = 0; x < Size; x++)
|
|
||||||
{
|
|
||||||
for (int y = 0; y < Size; y++)
|
|
||||||
{
|
|
||||||
_tiles[x, y].value = _nextValues[x, y];
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user