summaryrefslogtreecommitdiff
path: root/tests/texturing/texture-rg.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/texturing/texture-rg.c')
-rw-r--r--tests/texturing/texture-rg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/texturing/texture-rg.c b/tests/texturing/texture-rg.c
index 7ac2e0f3a..7ba371ede 100644
--- a/tests/texturing/texture-rg.c
+++ b/tests/texturing/texture-rg.c
@@ -155,7 +155,7 @@ test_teximage_formats(void)
if (info->IsCompressed) {
/* use extra large error margin */
- error = 5.0 / 255.0;
+ error = 1.0 / 15.0;
}
fill_texture_image(TexWidth, TexHeight, comps, image);