summaryrefslogtreecommitdiffstats
path: root/tests/libdimension/tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libdimension/tests.c')
-rw-r--r--tests/libdimension/tests.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/libdimension/tests.c b/tests/libdimension/tests.c
index d79434d..1e8cd5c 100644
--- a/tests/libdimension/tests.c
+++ b/tests/libdimension/tests.c
@@ -30,6 +30,9 @@ dmnsn_new_default_scene()
return NULL;
}
+ /* Default finish */
+ scene->default_texture->finish = dmnsn_new_specular_finish();
+
/* Background color */
dmnsn_sRGB sRGB = { .R = 0.0, .G = 0.0, .B = 0.1 };
scene->background = dmnsn_color_from_sRGB(sRGB);