[nostalgia] Update for compatibility with Ox changes
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user