fix whoopsie

This commit is contained in:
Struma 2021-01-02 23:28:27 -05:00 committed by Roza
parent 4069863fa9
commit cc337afb81

View file

@ -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