summaryrefslogtreecommitdiff
path: root/src/first_app.cpp
diff options
context:
space:
mode:
authortylermurphy534 <tylermurphy534@gmail.com>2022-09-28 22:55:07 -0400
committertylermurphy534 <tylermurphy534@gmail.com>2022-09-28 22:55:07 -0400
commit001cbb9141ecd8e1f3f6f63b4c5765cb87eff4a2 (patch)
tree87ef12ec38b45f706bf54394a50174b53b35b363 /src/first_app.cpp
parentasync chunk generation (diff)
downloadminecraftvulkan-001cbb9141ecd8e1f3f6f63b4c5765cb87eff4a2.tar.gz
minecraftvulkan-001cbb9141ecd8e1f3f6f63b4c5765cb87eff4a2.tar.bz2
minecraftvulkan-001cbb9141ecd8e1f3f6f63b4c5765cb87eff4a2.zip
cooler chunk generation
Diffstat (limited to '')
-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 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};