tizen/src/maru_sdl.c: Fix rotation bug for ARM again
authorEvgeny Voevodin <e.voevodin@samsung.com>
Tue, 18 Sep 2012 06:09:01 +0000 (10:09 +0400)
committersyeon.hwang <syeon.hwang@samsung.com>
Fri, 21 Sep 2012 02:53:04 +0000 (11:53 +0900)
This fix was already applied in
f641569c2907eaacaa8a2c8391cc2c7c7f45d2c3

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
tizen/src/maru_sdl.c

index 9f61b85..c67ccdb 100644 (file)
@@ -319,8 +319,6 @@ static void qemu_update(void)
     if (sdl_alteration == 1) {
         sdl_alteration = 0;
         _sdl_init();
-
-        return;
     } else if (sdl_alteration == -1) {
         SDL_FreeSurface(processing_screen);
         SDL_FreeSurface(surface_qemu);