Browse Source

Maybe fixed Windows build?

Alex Szpakowski 11 năm trước cách đây
mục cha
commit
222d4cfdc8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/modules/graphics/opengl/Graphics.cpp

+ 1 - 1
src/modules/graphics/opengl/Graphics.cpp

@@ -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)