Refactor OverworldEditor to use uint for loop counters in RefreshTile16Blockset method

This commit is contained in:
scawful
2024-08-25 00:12:57 -04:00
parent 5879138e93
commit c62b2c0913
3 changed files with 8 additions and 7 deletions

View File

@@ -12,7 +12,7 @@
namespace yaze {
namespace test {
TEST(YazeCLibTest, InitializeAndCleanup) {
TEST(YazeTest, InitializeAndCleanup) {
yaze_flags flags;
yaze_init(&flags);
yaze_cleanup(&flags);