aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 3efd028..8cc76b9 100644
--- a/main.c
+++ b/main.c
@@ -24,7 +24,7 @@ int main()
material_t m;
vector_set(&m.color, 1, 1, 1);
m.defuse = 0.0;
- m.specular = 0.5;
+ m.specular = 0.0;
m.shine = 40;
m.reflective = 0.5;