diff --git a/src/bgfx.cpp b/src/bgfx.cpp index 0cde31ceb..44e7065d1 100644 --- a/src/bgfx.cpp +++ b/src/bgfx.cpp @@ -3606,7 +3606,7 @@ namespace bgfx } Resolution::Resolution() - : formatColor(TextureFormat::RGBA8) + : formatColor(TextureFormat::BGRA8) , formatDepthStencil(TextureFormat::D24S8) , width(1280) , height(720)