Skip to content

Commit

Permalink
Update SDL_mosopengl.c
Browse files Browse the repository at this point in the history
  • Loading branch information
BeWorld2018 committed Nov 18, 2024
1 parent de6d635 commit acf6c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/morphos/SDL_mosopengl.c
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ MOS_GL_AllocBitmap(_THIS, SDL_Window * window)
w = vd->CustomScreen->Width;
h = vd->CustomScreen->Height;
friend_bitmap=vd->CustomScreen->RastPort.BitMap;
} else {
} else if (data->win) {
//D("[%s] WINDOWED\n", __FUNCTION__);
w = window->w;
h= window->h;
Expand Down

0 comments on commit acf6c04

Please sign in to comment.