Merge branch 'master' into window-dimensions-constant

This commit is contained in:
Justin Scofield
2022-08-10 10:10:53 -04:00
committed by GitHub
24 changed files with 190 additions and 272 deletions

View File

@@ -156,7 +156,7 @@ absl::Status Controller::CreateWindow() {
SDL_WINDOWPOS_UNDEFINED, // initial y position
kScreenWidth, // width, in pixels
kScreenHeight, // height, in pixels
SDL_WINDOW_RESIZABLE | SDL_WINDOW_OPENGL),
SDL_WINDOW_RESIZABLE),
sdl_deleter());
if (window_ == nullptr) {
return absl::InternalError(