mirror of
https://github.com/orange-cpp/omath.git
synced 2026-02-13 15:03:27 +00:00
added tests for color fixed matrix move operator
This commit is contained in:
@@ -200,6 +200,9 @@ namespace omath
|
||||
m_columns = other.m_columns;
|
||||
m_data = std::move(other.m_data);
|
||||
|
||||
other.m_rows = 0.f;
|
||||
other.m_columns = 0.f;
|
||||
|
||||
return *this;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user