mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-01 23:35:55 +00:00
Add missing return statement
This commit is contained in:
parent
55e3e16860
commit
1852f74e8b
@ -157,6 +157,8 @@ VAAPIRenderer::openDisplay(SDL_Window* window)
|
||||
info.subsystem);
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
return display;
|
||||
}
|
||||
|
||||
bool
|
||||
|
Loading…
x
Reference in New Issue
Block a user