master #5

Merged
BRNSystems merged 45 commits from Mirrorlandia_minetest/irrlicht:master into master 2024-02-27 13:26:18 +01:00
Showing only changes of commit 330150854b - Show all commits

@ -260,7 +260,7 @@ namespace irr
} }
}; };
std::vector<std::unique_ptr<SDL_Cursor, CursorDeleter>> Cursors; std::vector<std::unique_ptr<SDL_Cursor, CursorDeleter>> Cursors;
gui::ECURSOR_ICON ActiveIcon; gui::ECURSOR_ICON ActiveIcon = gui::ECURSOR_ICON::ECI_NORMAL;
}; };
private: private: