[teagba] Cleanup
All checks were successful
Build / build (push) Successful in 1m20s

This commit is contained in:
2025-06-23 01:03:33 -05:00
parent b9ffae0269
commit c54c0bad38
3 changed files with 4 additions and 4 deletions

View File

@ -37,7 +37,7 @@ struct OX_ALIGN8 GbaSpriteAttrUpdate {
GbaSpriteAttrUpdate &spriteAttr(size_t i) noexcept;
void addSpriteUpdate(const GbaSpriteAttrUpdate &upd) noexcept;
void addSpriteUpdate(GbaSpriteAttrUpdate const &upd) noexcept;
void applySpriteUpdates() noexcept;