summaryrefslogtreecommitdiff
path: root/src/scene.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/scene.c')
-rw-r--r--src/scene.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scene.c b/src/scene.c
index 54677e9..7016cc8 100644
--- a/src/scene.c
+++ b/src/scene.c
@@ -16,7 +16,7 @@ void proj_default(struct projection *proj, enum projection_type type)
case PROJ_ORTHO: {
float planes[6] = { -1.f, +1.f, -1.f, 1.f, 1.f, -1.f };
memcpy(proj->ortho.planes, planes, sizeof planes);
- break;
+ break;
}
}
}