I'm silly

This commit is contained in:
Luke Street
2026-04-14 00:57:45 -06:00
parent 4b8248b130
commit 00803b53ab
-2
View File
@@ -76,8 +76,6 @@ std::filesystem::path GetCrashpadHandlerPath() {
}
const std::filesystem::path handlerDir(basePath);
SDL_free(const_cast<char*>(basePath));
#if _WIN32
return handlerDir / "crashpad_handler.exe";
#else