Fixed path to resources on OSX.
This commit is contained in:
parent
8841b7ae2c
commit
0a7646cd94
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ int main(int argc, char **argv)
|
|||
"../../resources" :
|
||||
// Running from an installation directory:
|
||||
#if APPLE
|
||||
'/../Resources'
|
||||
"../Resources"
|
||||
#else
|
||||
"resources"
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue