Files
OpenRA/OpenRA.Mods.Common/Widgets/HueSliderWidget.cs
RoosterDragon ff16690b86 Lazily generate buffer in Sheet.
The managed byte buffer is created on demand, meaning a newly allocated sheet will not waste memory holding onto the buffer until some changes are actually required to be written. This avoids a newly allocated sheet wasting memory on buffers that do not differ from their backing texture.
2014-11-29 12:04:00 +00:00

1.7 KiB