Files
OpenRA/OpenRA.Mods.Common
RoosterDragon 7f05227e56 Remove some unrequired Sheet.CreateBuffer or Sheet.ReleaseBuffer calls.
- In CursorManager, we can release the buffer on the final sheet after loading cursors. We don't need to release the buffer on every sheet in the builder, as the builder will handle that.
- In SpriteCache, we don't need to call CreateBuffer explicitly, as the builder will do that for us.
- In RadarWidget, we don't need to call CreateBuffer explicitly, as GetData will do that for us.
2024-08-19 14:08:04 +03:00
..
2024-08-03 13:27:18 +03:00
2023-11-19 19:28:57 +02:00
2023-06-20 17:57:40 +02:00
2023-01-11 11:58:54 +02:00
2024-02-07 15:18:55 +02:00
2023-03-18 12:46:10 +02:00
2023-08-02 19:42:31 +03:00