Skip to content

Commit

Permalink
start on scene 1
Browse files Browse the repository at this point in the history
  • Loading branch information
theolundqvist committed Dec 13, 2023
1 parent c37d087 commit f91480e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EDAN35/project/DemoApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class DemoApp {
playerBody->setMesh(parametric_shapes::createSphere(.25f, 10, 10));
GameObject::addShaderToLibrary(shaderManager, "fallback", [](GLuint p) {});
playerBody->setShader("fallback");
setScene(7);
setScene(0);

terrainGenerator = new TerrainGenerator(128, 128, 128, 100);
terrainGenerator->start();
Expand Down

0 comments on commit f91480e

Please sign in to comment.