[nostalgia] Update for compatibility with Ox changes

This commit is contained in:
2022-02-12 14:32:10 -06:00
parent 610dc2ceca
commit 34221f086c
4 changed files with 16 additions and 12 deletions
@@ -86,7 +86,7 @@ struct TileSheetClipboard {
};
template<typename T>
ox::Error model(T *io, TileSheetClipboard *b) {
constexpr ox::Error model(T *io, TileSheetClipboard *b) noexcept {
io->template setTypeInfo<TileSheetClipboard>();
oxReturnError(io->field("pixels", &b->m_pixels));
oxReturnError(io->field("p1", &b->m_p1));