mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-01-31 00:09:19 +01:00
Wayland: Removed empty statement.
This commit is contained in:
parent
562414c74c
commit
ce2d5f70e4
@ -186,7 +186,7 @@ int Wayland_CreateWindow(_THIS, SDL_Window *window)
|
||||
data->egl_surface = SDL_EGL_CreateSurface(_this, (NativeWindowType) data->egl_window);
|
||||
|
||||
if (data->egl_surface == EGL_NO_SURFACE) {
|
||||
return SDL_SetError("failed to create a window surface");;
|
||||
return SDL_SetError("failed to create a window surface");
|
||||
}
|
||||
|
||||
if (data->shell_surface) {
|
||||
|
Loading…
Reference in New Issue
Block a user