Fixed scalemode initialization

master
Bert 2011-01-18 15:37:44 +01:00
parent 544fd83718
commit ab480ecc47
1 changed files with 1 additions and 1 deletions

2
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;