diff --git a/SimpleGame/src/Source/Main.cpp b/SimpleGame/src/Source/Main.cpp index 728bde4..590c442 100644 --- a/SimpleGame/src/Source/Main.cpp +++ b/SimpleGame/src/Source/Main.cpp @@ -2,10 +2,6 @@ #include "NoteSprite.hpp" #include -#define _CRTDBG_MAP_ALLOC -#include -#include - int main() { // from out/build/src if (!NoteSprite::loadTexture("media/sprites/flower_tile.png")) {