Lint fixes

This commit is contained in:
Scott Mansell
2023-01-31 19:21:15 +13:00
parent f7ad825736
commit cf9a6f8477
9 changed files with 17 additions and 25 deletions

View File

@ -49,8 +49,6 @@ public:
VertexShaderConstants constants{};
bool dirty = false;
private:
alignas(16) std::array<float, 16> m_projection_matrix;