fix small mistake

This commit is contained in:
radius 2016-10-23 12:50:07 -05:00
parent 96864b478e
commit ad1dfce0c0

View File

@ -1626,7 +1626,7 @@ void retro_run(void)
static int16_t sound_buf[0x10000];
static int32_t rects[FB_HEIGHT];
static unsigned width, height = 0;
static unsigned width, height;
bool resolution_changed = false;
rects[0] = ~0;