[deploy] reset resolution when window resized by default

This commit is contained in:
Nomango 2020-10-15 01:48:08 +08:00
parent adcce6e613
commit 6a653cce8a
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ namespace kiwano
Renderer::Renderer()
: vsync_(true)
, auto_reset_resolution_(false)
, auto_reset_resolution_(true)
, clear_color_(Color::Black)
{
}