Skip to content

Commit

Permalink
Fix drag/drop crash
Browse files Browse the repository at this point in the history
  • Loading branch information
hrydgard committed Dec 9, 2024
1 parent 0d08024 commit 5ac21fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Windows/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,6 @@ namespace MainWindow
if (DragQueryFile(hdrop, 0, filename, ARRAY_SIZE(filename)) != 0) {
const std::string utf8_filename = ReplaceAll(ConvertWStringToUTF8(filename), "\\", "/");
System_PostUIMessage(UIMessage::REQUEST_GAME_BOOT, utf8_filename);
Core_Resume();
}
}
DragFinish(hdrop);
Expand Down

0 comments on commit 5ac21fc

Please sign in to comment.