Fix the names of the apple dragging cursors
This commit is contained in:
parent
00589f2a23
commit
b28e4e482a
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ SDL_Cursor* cache[cursor::NUM_CURSORS] = { NULL, NULL, NULL, NULL, NULL, NULL, N
|
|||
|
||||
//this array must have members corresponding to cursor::CURSOR_TYPE enum members
|
||||
#ifdef __APPLE__
|
||||
const std::string images[cursor::NUM_CURSORS] = { "normal.png", "wait-alt.png", "move.png", "attack.png", "select.png", "move_drag-alt.png" , "attack_drag-alt.png" };
|
||||
const std::string images[cursor::NUM_CURSORS] = { "normal.png", "wait-alt.png", "move.png", "attack.png", "select.png", "move_drag_alt.png" , "attack_drag_alt.png" };
|
||||
#else
|
||||
const std::string images[cursor::NUM_CURSORS] = { "normal.png", "wait.png", "move.png", "attack.png", "select.png", "move_drag.png", "attack_drag.png" };
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue