diff options
Diffstat (limited to '')
-rwxr-xr-x | src/first_app.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/first_app.cpp b/src/first_app.cpp index e677d06..a20dcb0 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}; |