In the macOS build, load stamps from within the app path where the 2009.06.28
stamps collection installer installs the stamps.
This commit is contained in:
parent
472bf79bb9
commit
558b74b7fc
1 changed files with 1 additions and 0 deletions
|
|
@ -7379,6 +7379,7 @@ static void load_stamps(SDL_Surface * screen)
|
|||
load_stamp_dir(screen, homedirdir);
|
||||
load_stamp_dir(screen, DATA_PREFIX "stamps");
|
||||
#ifdef __APPLE__
|
||||
load_stamp_dir(screen, "Resources/stamps");
|
||||
load_stamp_dir(screen, "/Library/Application Support/TuxPaint/stamps");
|
||||
#endif
|
||||
#ifdef WIN32
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue