summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/first_app.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/first_app.cpp b/src/first_app.cpp
index a20dcb0..e677d06 100755
--- a/src/first_app.cpp
+++ b/src/first_app.cpp
@@ -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};