mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-29 16:09:13 +00:00
emscriptenframebuffer: fix formatting
This commit is contained in:
parent
268cc2a49c
commit
fe79eb2fbb
1 changed files with 2 additions and 1 deletions
|
@ -59,7 +59,8 @@ int Emscripten_CreateWindowFramebuffer(_THIS, SDL_Window * window, Uint32 * form
|
|||
return 0;
|
||||
}
|
||||
|
||||
static void Emscripten_UpdateWindowFramebufferWorker(SDL_Surface *surface)
|
||||
static void
|
||||
Emscripten_UpdateWindowFramebufferWorker(SDL_Surface* surface)
|
||||
{
|
||||
EM_ASM_INT({
|
||||
var w = $0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue