fixed gimba lock for unity

This commit is contained in:
2025-04-26 00:52:46 +03:00
parent 2734b58bdd
commit 69b9049fb0
2 changed files with 4 additions and 4 deletions

View File

@@ -294,7 +294,7 @@ namespace omath
[[nodiscard]]
constexpr std::array<Type, Rows * Columns>& RawArray()
{
return const_cast<std::array<Type, Rows * Columns>>(std::as_const(*this).RawArray());
return m_data;
}
[[nodiscard]]