summaryrefslogtreecommitdiffstats
path: root/libdimension/texture.c
diff options
context:
space:
mode:
Diffstat (limited to 'libdimension/texture.c')
-rw-r--r--libdimension/texture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdimension/texture.c b/libdimension/texture.c
index 649d18e..24ff759 100644
--- a/libdimension/texture.c
+++ b/libdimension/texture.c
@@ -78,7 +78,7 @@ dmnsn_new_texture()
dmnsn_texture *texture = malloc(sizeof(dmnsn_texture));
if (texture) {
texture->pigment = NULL;
- texture->finish = NULL;
+ texture->finish = NULL;
}
return texture;
}