mirror of
https://github.com/OpenDriver2/REDRIVER2.git
synced 2024-11-22 10:22:48 +01:00
- [Psy-X] remove test crash :DDD
This commit is contained in:
parent
4054157c81
commit
e79e828017
@ -584,13 +584,6 @@ void PsyX_Initialise(char* appName, int width, int height, int fullscreen)
|
||||
PsyX_Log_Initialise();
|
||||
PsyX_GetWindowName(windowNameStr);
|
||||
|
||||
int test1 = 110;
|
||||
int test2 = 10;
|
||||
test1 += 500;
|
||||
test2 -= 10;
|
||||
|
||||
eprintf("TEST MESSAGE %d\n", test1 / test2);
|
||||
|
||||
#if defined(_WIN32) && defined(_DEBUG)
|
||||
if (AllocConsole())
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user