Transform tagging for moon/giants chamber/lost woods particles, fixed missing nfd init

This commit is contained in:
Mr-Wiseguy
2024-04-06 18:04:55 -04:00
parent 45bbd40b12
commit 76ec1f379b
4 changed files with 215 additions and 3 deletions
-2
View File
@@ -16,8 +16,6 @@ void select_rom() {
nfdresult_t result = NFD_OpenDialogN(&native_path, nullptr, 0, nullptr);
if (result == NFD_OKAY) {
printf("Path: %ls\n", native_path);
std::filesystem::path path{native_path};
NFD_FreePathN(native_path);