summaryrefslogtreecommitdiff
path: root/src/new_render/skybox.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/new_render/skybox.c')
-rw-r--r--src/new_render/skybox.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/new_render/skybox.c b/src/new_render/skybox.c
index b054366..882123d 100644
--- a/src/new_render/skybox.c
+++ b/src/new_render/skybox.c
@@ -109,7 +109,7 @@ Skybox Skybox_Create(const char** face_paths, int n) {
.fs = { .debug_name = "Skybox Fragment Shader",
.filepath = frag_path,
.code = fragment_shader.contents },
- .wireframe = true,
+ .wireframe = false,
.depth_test = true,
};