From 247d6cc173536c8d27c0bd75f3a72ce83e22133f Mon Sep 17 00:00:00 2001 From: ineslelin Date: Tue, 18 Jun 2024 19:39:51 +0200 Subject: [PATCH] removed stray music test in GameInternal.cpp --- src/GameInternal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GameInternal.cpp b/src/GameInternal.cpp index 641cd23..5e23c78 100644 --- a/src/GameInternal.cpp +++ b/src/GameInternal.cpp @@ -156,7 +156,7 @@ void GameInternal::init(const char* title, int xpos, int ypos, int width, int he assets->addSoundEffect("steps", "assets/sound/steps.wav"); // loading music - assets->addMusic("background_music", "assets/sound/background_music.mp3"); + // assets->addMusic("background_music", "assets/sound/background_music.mp3"); //ecs implementation