mirror of
https://github.com/encounter/SDL.git
synced 2025-05-18 13:21:27 +00:00
emscriptenframebuffer: fix formatting
This commit is contained in:
parent
268cc2a49c
commit
fe79eb2fbb
@ -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…
x
Reference in New Issue
Block a user