stamps installer support for ios
stamps installer now works with ios.
This commit is contained in:
parent
e029e864c7
commit
c46bd2ce51
1 changed files with 3 additions and 0 deletions
|
|
@ -8278,6 +8278,9 @@ static void load_stamps(SDL_Surface * screen)
|
|||
load_stamp_dir(screen, "Resources/stamps");
|
||||
load_stamp_dir(screen, "/Library/Application Support/TuxPaint/stamps");
|
||||
#endif
|
||||
#ifdef __IOS__
|
||||
load_stamp_dir(screen, "stamps");
|
||||
#endif
|
||||
#ifdef WIN32
|
||||
free(homedirdir);
|
||||
homedirdir = get_fname("data/stamps", DIR_DATA);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue