Browse Source

reset SCALE factor to 1

mntmn 8 years ago
parent
commit
658066e9e1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      devices/sdl2.c

+ 1 - 1
devices/sdl2.c

@@ -9,7 +9,7 @@
 #define HEIGHT 600
 #define BPP 2
 #define DEPTH 8*BPP
-#define SCALE 2
+#define SCALE 1
 
 SDL_Surface* win_surf;
 SDL_Surface* pixels_surf;