- [Psy-X] remove test crash :DDD

This commit is contained in:
Ilya Shurumov 2021-05-12 13:13:49 +06:00 committed by InspirationByte
parent 4054157c81
commit e79e828017

View File

@ -584,13 +584,6 @@ void PsyX_Initialise(char* appName, int width, int height, int fullscreen)
PsyX_Log_Initialise(); PsyX_Log_Initialise();
PsyX_GetWindowName(windowNameStr); 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 defined(_WIN32) && defined(_DEBUG)
if (AllocConsole()) if (AllocConsole())
{ {