aboutsummaryrefslogtreecommitdiff
path: root/render/wlr_texture.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/wlr_texture.c')
-rw-r--r--render/wlr_texture.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/render/wlr_texture.c b/render/wlr_texture.c
index 0bfac32c..1ec9beb9 100644
--- a/render/wlr_texture.c
+++ b/render/wlr_texture.c
@@ -54,7 +54,7 @@ bool wlr_texture_upload_eglimage(struct wlr_texture *texture,
}
void wlr_texture_get_matrix(struct wlr_texture *texture,
- float mat[static 16], const float projection[static 16], int x, int y) {
+ float mat[static 9], const float projection[static 9], int x, int y) {
texture->impl->get_matrix(texture, mat, projection, x, y);
}