Maybe fixed Windows build?

This commit is contained in:
Alex Szpakowski
2015-01-24 03:43:52 -04:00
parent b876255442
commit 222d4cfdc8
+1 -1
View File
@@ -1338,7 +1338,7 @@ Graphics::DisplayState::DisplayState()
, scissorBox()
, font(nullptr)
, shader(nullptr)
, colorMask{true, true, true, true}
, colorMask({true, true, true, true})
, wireframe(false)
, defaultFilter()
, defaultMipmapFilter(Texture::FILTER_NONE)