[deploy] reset resolution when window resized by default
This commit is contained in:
parent
adcce6e613
commit
6a653cce8a
|
|
@ -27,7 +27,7 @@ namespace kiwano
|
||||||
|
|
||||||
Renderer::Renderer()
|
Renderer::Renderer()
|
||||||
: vsync_(true)
|
: vsync_(true)
|
||||||
, auto_reset_resolution_(false)
|
, auto_reset_resolution_(true)
|
||||||
, clear_color_(Color::Black)
|
, clear_color_(Color::Black)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue