mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-11 18:50:46 +00:00
- disable the allocation breakpoint.
This commit is contained in:
parent
43033e830a
commit
f65b2c1dcb
1 changed files with 1 additions and 1 deletions
|
@ -1173,7 +1173,7 @@ int WINAPI wWinMain (HINSTANCE hInstance, HINSTANCE nothing, LPWSTR cmdline, int
|
|||
|
||||
// Use this to break at a specific allocation number.
|
||||
|
||||
_crtBreakAlloc = 253018;
|
||||
//_crtBreakAlloc = 253018;
|
||||
#endif
|
||||
|
||||
int ret = DoMain (hInstance);
|
||||
|
|
Loading…
Reference in a new issue