Browse Source

SDL2: shake

Wei Mingzhi 10 years ago
parent
commit
8f980b32dc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      video.c

+ 1 - 1
video.c

@@ -342,7 +342,7 @@ VIDEO_UpdateScreen(
           
           dstrect.x = 0;
           dstrect.y = 0;
-          dstrect.w = 320 * viewport.w / viewport.w;
+          dstrect.w = 320 * viewport.w / gpScreen->w;
           dstrect.h = (200 - g_wShakeLevel) * viewport.h / gpScreen->h;
           
           if (g_wShakeTime & 1)