Add missing return statement
This commit is contained in:
parent
55e3e16860
commit
1852f74e8b
1 changed files with 2 additions and 0 deletions
|
|
@ -157,6 +157,8 @@ VAAPIRenderer::openDisplay(SDL_Window* window)
|
|||
info.subsystem);
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
return display;
|
||||
}
|
||||
|
||||
bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue