aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/viewport.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/viewport.c b/src/viewport.c
index da6b6f5..764aeea 100644
--- a/src/viewport.c
+++ b/src/viewport.c
@@ -173,6 +173,6 @@ void imv_viewport_updated(struct imv_viewport *view, struct imv_texture *tex)
return;
}
- imv_viewport_scale_to_window(view, tex);
imv_viewport_center(view, tex);
+ imv_viewport_scale_to_window(view, tex);
}