mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 05:27:38 +03:00
Update tilechangedevent to ref structs (#13383)
This commit is contained in:
@@ -59,7 +59,7 @@ public sealed partial class AtmosphereSystem : SharedAtmosphereSystem
|
||||
ShutdownCommands();
|
||||
}
|
||||
|
||||
private void OnTileChanged(TileChangedEvent ev)
|
||||
private void OnTileChanged(ref TileChangedEvent ev)
|
||||
{
|
||||
InvalidateTile(ev.NewTile.GridUid, ev.NewTile.GridIndices);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user