mirror of
https://github.com/encounter/SDL.git
synced 2025-12-08 21:17:45 +00:00
Emscripten: don't zero the display mode before adding it
This commit is contained in:
@@ -156,7 +156,6 @@ Emscripten_VideoInit(_THIS)
|
||||
return -1;
|
||||
}
|
||||
|
||||
SDL_zero(mode);
|
||||
SDL_AddDisplayMode(&_this->displays[0], &mode);
|
||||
|
||||
Emscripten_InitMouse();
|
||||
|
||||
Reference in New Issue
Block a user