mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-20 21:16:04 +00:00
Emscripten: don't zero the display mode before adding it
This commit is contained in:
parent
4a2888af10
commit
d60546aaa8
1 changed files with 0 additions and 1 deletions
|
|
@ -156,7 +156,6 @@ Emscripten_VideoInit(_THIS)
|
|||
return -1;
|
||||
}
|
||||
|
||||
SDL_zero(mode);
|
||||
SDL_AddDisplayMode(&_this->displays[0], &mode);
|
||||
|
||||
Emscripten_InitMouse();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue