Files
sbox-public/engine/Sandbox.Engine/Systems/SceneSystem/SceneLineObject.cs
Lorenz Junglas b194654e5d Go back to zero copy approach for sprite data (#4749)
* Go back to zero copy aprpoach for sprite data

Don't copy the data to the command list entry, pass the original array by ref
We trade safety for speed.

* Dont reallocate offset array every frame
2026-05-04 23:33:06 +00:00

11 KiB