Luna/libluna
apio 08997007f2
All checks were successful
continuous-integration/drone/push Build is passing
libluna: Stop checking initialization status on every bitmap method call
Since our asserts (expect()) are enabled on release as well, this is kinda expensive.

It's up to the caller, if they receive a null pointer dereference it's
their fault for not initializing their bitmap :)

We do still assert out-of-range indexing and stuff like that.
2023-06-18 19:28:28 +02:00
..