Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Emscripten: don't zero the display mode before adding it
  • Loading branch information
Daft-Freak committed Jan 29, 2019
1 parent 4a2888a commit d60546a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/video/emscripten/SDL_emscriptenvideo.c
Expand Up @@ -156,7 +156,6 @@ Emscripten_VideoInit(_THIS)
return -1;
}

SDL_zero(mode);
SDL_AddDisplayMode(&_this->displays[0], &mode);

Emscripten_InitMouse();
Expand Down

0 comments on commit d60546a

Please sign in to comment.