mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-07 03:48:14 +00:00
emscriptenframebuffer: fix formatting
This commit is contained in:

committed by
Ryan C. Gordon

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;
|
||||
|
Reference in New Issue
Block a user