Merge branch 'master' into window-dimensions-constant
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user