Squashed 'deps/nostalgia/' changes from 37cfa927..f847289b
f847289b [glutils] Cleanup 94b0020d [nostalgia,olympic] Cleanup c54c0bad [teagba] Cleanup b9ffae02 [nostalgia/gfx] Cleanup 003f3e01 [nostalgia] Update release notes 9028e74a [nostalgia/gfx/studio/tilesheet] Disable paste when nothing is selected f5ccab5f [studio] Cleanup git-subtree-dir: deps/nostalgia git-subtree-split: f847289bd493e3318eb6fc1d09ea216e140899aa
This commit is contained in:
2
deps/teagba/include/teagba/gfx.hpp
vendored
2
deps/teagba/include/teagba/gfx.hpp
vendored
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user