diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/libdimension/tests.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/libdimension/tests.c b/tests/libdimension/tests.c index 85c43a6..fe914f4 100644 --- a/tests/libdimension/tests.c +++ b/tests/libdimension/tests.c @@ -32,6 +32,7 @@ dmnsn_new_default_scene() /* Default finish */ scene->default_texture->finish = dmnsn_new_diffuse_finish(); + scene->default_texture->finish->ambient = 0.1; /* Background color */ dmnsn_sRGB sRGB = { .R = 0.0, .G = 0.0, .B = 0.1 }; |