Browse Source

Fixed scalemode initialization

master
Bert 14 years ago
parent
commit
ab480ecc47
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app.c

+ 1
- 1
app.c View File

@@ -29,7 +29,7 @@ void app_init(app_t *app) {
app->fileidx = 0;

app->img.zoom = 100;
app->img.scalemode = SCALE_DOWN;
app->img.scalemode = SCALE_MODE;

app->win.w = WIN_WIDTH;
app->win.h = WIN_HEIGHT;


Loading…
Cancel
Save