From 442ea539ee9cddc85cfde503f1d05bca2b2c5462 Mon Sep 17 00:00:00 2001 From: antpoms <148887171+antpoms@users.noreply.github.com> Date: Mon, 16 Jun 2025 20:58:54 +0200 Subject: [PATCH] =?UTF-8?q?fuites=20m=C3=A9moires?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SimpleGame/src/Source/Main.cpp | 4 ---- 1 file changed, 4 deletions(-) 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")) {