actualitzat makefile per a macos
director fix: nom de variable en MACOS_BUNDLE actualitzat info.plist
This commit is contained in:
@@ -157,7 +157,7 @@ void Director::loadScoreFile() {
|
||||
// Carga el indice de ficheros desde un fichero
|
||||
void Director::loadAssets() {
|
||||
#ifdef MACOS_BUNDLE
|
||||
const std::string prefix = "/../Resources";
|
||||
const std::string PREFIX = "/../Resources";
|
||||
#else
|
||||
const std::string PREFIX;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user