mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2025-07-03 00:06:09 +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);
|
info.subsystem);
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return display;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool
|
bool
|
||||||
|
Loading…
x
Reference in New Issue
Block a user