This commit is contained in:
parent
67b3140e95
commit
5c3e6cd349
|
@ -404,8 +404,8 @@ SDL_Surface *WII_SetVideoMode(_THIS, SDL_Surface *current,
|
|||
this->hidden->height = current->h;
|
||||
this->hidden->pitch = current->pitch;
|
||||
|
||||
currentwidth = currentsurface->w;
|
||||
currentheight = currentsurface->h;
|
||||
currentwidth = current->w;
|
||||
currentheight = current->h;
|
||||
currentbpp = bpp;
|
||||
draw_init();
|
||||
StartVideoThread();
|
||||
|
|
Reference in a new issue