0
0
mirror of https://github.com/Nimac0/SDL_Minigame synced 2026-01-12 07:53:43 +00:00

removed stray music test in GameInternal.cpp

This commit is contained in:
ineslelin 2024-06-18 19:39:51 +02:00
parent c4c8be5829
commit 247d6cc173

View File

@ -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