Skip to content

Commit 7e857f0

Browse files
authored
Woops
1 parent 94948e6 commit 7e857f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/video/ogc/SDL_ogcvideo.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ static void init_display_mode(SDL_DisplayMode *mode, const GXRModeObj *vmode, in
9494
/* Use a fake 32-bpp desktop mode */
9595
SDL_zero(*mode);
9696
mode->format = SDL_PIXELFORMAT_ARGB8888;
97-
width == mode->w = width;
97+
mode->w = width;
9898
mode->h = vmode->efbHeight;
9999
switch (format) {
100100
case VI_DEBUG:

0 commit comments

Comments
 (0)