re enable music
This commit is contained in:
parent
001cbb9141
commit
078f974398
1 changed files with 3 additions and 3 deletions
|
@ -18,9 +18,9 @@ void FirstApp::run() {
|
|||
|
||||
SimpleRenderer renderer{xeEngine, Chunk::getTextures()};
|
||||
|
||||
// xe::Sound sound{"res/sound/when_the_world_ends.wav"};
|
||||
// sound.setLooping(true);
|
||||
// sound.play();
|
||||
xe::Sound sound{"res/sound/when_the_world_ends.wav"};
|
||||
sound.setLooping(true);
|
||||
sound.play();
|
||||
|
||||
KeyboardMovementController cameraController{xeEngine.getInput(), viewerObject};
|
||||
|
||||
|
|
Loading…
Reference in a new issue