Rename EnumMap to EnumArray after nazarautils update
This commit is contained in:
@@ -88,5 +88,5 @@ namespace Nz
|
||||
cursor.reset();
|
||||
}
|
||||
|
||||
EnumMap<SystemCursor, std::shared_ptr<Cursor>> Cursor::s_systemCursors;
|
||||
EnumArray<SystemCursor, std::shared_ptr<Cursor>> Cursor::s_systemCursors;
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@ namespace Nz
|
||||
{
|
||||
namespace NAZARA_ANONYMOUS_NAMESPACE
|
||||
{
|
||||
constexpr EnumMap<SystemCursor, SDL_SystemCursor> s_systemCursorIds =
|
||||
constexpr EnumArray<SystemCursor, SDL_SystemCursor> s_systemCursorIds =
|
||||
{
|
||||
SDL_SYSTEM_CURSOR_CROSSHAIR, // SystemCursor::Crosshair
|
||||
SDL_SYSTEM_CURSOR_ARROW, // SystemCursor::Default
|
||||
|
||||
Reference in New Issue
Block a user