mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-08-03 13:35:32 +02:00
fix whoopsie
This commit is contained in:
parent
4069863fa9
commit
cc337afb81
1 changed files with 2 additions and 0 deletions
|
@ -91,6 +91,7 @@ std::string filesystemImpl::contentsOfAssetAsString(const char *baseName, const
|
|||
|
||||
}
|
||||
|
||||
#ifdef MKXPZ_DEBUG
|
||||
std::string filesystemImpl::selectPath(SDL_Window *win) {
|
||||
NSOpenPanel *panel = [NSOpenPanel openPanel];
|
||||
panel.canChooseDirectories = true;
|
||||
|
@ -110,3 +111,4 @@ std::string filesystemImpl::selectPath(SDL_Window *win) {
|
|||
|
||||
return std::string();
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue