mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-11 09:11:59 +00:00
Replace MSVC __debugbreak with cross-compiler DEBUG_BREAK macro. (#1540)
This commit is contained in:
@@ -390,7 +390,7 @@ void UIScene_MainMenu::handlePress(F64 controlId, F64 childId)
|
||||
break;
|
||||
#endif
|
||||
|
||||
default: __debugbreak();
|
||||
default: DEBUG_BREAK();
|
||||
}
|
||||
|
||||
bool confirmUser = false;
|
||||
|
||||
Reference in New Issue
Block a user