Add missing return statement

This commit is contained in:
Cameron Gutman 2020-04-26 20:42:01 -07:00
parent 55e3e16860
commit 1852f74e8b

View File

@ -157,6 +157,8 @@ VAAPIRenderer::openDisplay(SDL_Window* window)
info.subsystem);
return nullptr;
}
return display;
}
bool