|
@@ -2200,6 +2200,19 @@ bool Graphics::OpenWindow(int width, int height, bool resizable, bool borderless
|
|
|
impl_->window_ = SDL_CreateWindow(windowTitle_.CString(), position_.x_, position_.y_, width, height, flags);
|
|
impl_->window_ = SDL_CreateWindow(windowTitle_.CString(), position_.x_, position_.y_, width, height, flags);
|