mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-14 04:19:12 +00:00
Modify sys_directx_assert() to call DebugBreak() instead of abort().
This commit is contained in:
parent
aacfb515e4
commit
17dea3db8d
@ -335,7 +335,7 @@ static void sys_directx_message(AL_CONST char *msg)
|
||||
static void sys_directx_assert(AL_CONST char *msg)
|
||||
{
|
||||
OutputDebugString(msg); /* thread safe */
|
||||
abort();
|
||||
DebugBreak();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user