mirror of
https://github.com/AxioDL/LibCommon.git
synced 2026-07-11 06:18:45 -07:00
CMatrix4f: Remove unnecessary zeroing in constructor
This commit is contained in:
@@ -23,7 +23,6 @@ public:
|
||||
|
||||
constexpr explicit CMatrix4f(float Diagonal)
|
||||
{
|
||||
m = {};
|
||||
m[0][0] = Diagonal;
|
||||
m[1][1] = Diagonal;
|
||||
m[2][2] = Diagonal;
|
||||
|
||||
Reference in New Issue
Block a user