Compare commits

...

2 Commits

Author SHA1 Message Date
a098cb5ce7 [nostalgia] Update release-d2025.05.2 release notes
All checks were successful
Build / build (push) Successful in 1m22s
2025-05-22 20:46:56 -05:00
8c0b0263db [ox/fs] Fix new build error in MSVC (VS 17.14) 2025-05-22 20:06:36 -05:00
2 changed files with 6 additions and 3 deletions

View File

@ -24,9 +24,6 @@ enum class FileAddressType: int8_t {
Inode,
};
template<typename T>
constexpr Error model(T *h, CommonPtrWith<class FileAddress> auto *fa) noexcept;
class FileAddress {
template<typename T>

View File

@ -1,3 +1,9 @@
# d2025.05.1
* TileSheetEditor: Fix overrun errors when switching subsheets, clear selection
on switch (261e324acd)
* Fix new build error that occurs in MSVC (26d5048e6720c4c2d52508a6ee44c67dd9fe3ee5)
# d2025.05.0
* Add app icon for both window and file