mirror of
https://github.com/geode-sdk/geode.git
synced 2025-02-17 00:30:26 -05:00
remove debug message box
This commit is contained in:
parent
e3bda2a544
commit
144bb1baae
1 changed files with 0 additions and 4 deletions
|
@ -44,10 +44,6 @@ ghc::filesystem::path dirs::getGeodeSaveDir() {
|
|||
}
|
||||
|
||||
ghc::filesystem::path dirs::getGeodeResourcesDir() {
|
||||
LoaderImpl::get()->platformMessageBox(
|
||||
"Fatal Internal Error",
|
||||
(dirs::getGeodeDir() / "resources").string()
|
||||
);
|
||||
return dirs::getGeodeDir() / "resources";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue