diff options
Diffstat (limited to 'src/osd/modules/render/bgfx/clear.h')
-rw-r--r-- | src/osd/modules/render/bgfx/clear.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/osd/modules/render/bgfx/clear.h b/src/osd/modules/render/bgfx/clear.h index 3d45f9a7d62..01849a2cd90 100644 --- a/src/osd/modules/render/bgfx/clear.h +++ b/src/osd/modules/render/bgfx/clear.h @@ -21,10 +21,10 @@ public: void bind(int view) const; private: - const uint64_t m_flags; - const uint32_t m_color; - const float m_depth; - const uint8_t m_stencil; + const uint64_t m_flags; + const uint32_t m_color; + const float m_depth; + const uint8_t m_stencil; }; #endif // __DRAWBGFX_CLEAR__ |