mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-06-15 21:22:40 +00:00
Add missing return statement
This commit is contained in:
@@ -157,6 +157,8 @@ VAAPIRenderer::openDisplay(SDL_Window* window)
|
|||||||
info.subsystem);
|
info.subsystem);
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return display;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool
|
bool
|
||||||
|
|||||||
Reference in New Issue
Block a user