diff options
author | aap <aap@papnet.eu> | 2019-07-20 14:39:38 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2019-07-20 14:39:38 +0200 |
commit | 60045ec6cd5fe5bd650cf62442283e50d4a4c233 (patch) | |
tree | 40844313ea09daa35f96c8b7da7c1ba3a6d302e6 /src/math | |
parent | Merge pull request #149 from ShFil119/audio4 (diff) | |
download | re3-60045ec6cd5fe5bd650cf62442283e50d4a4c233.tar re3-60045ec6cd5fe5bd650cf62442283e50d4a4c233.tar.gz re3-60045ec6cd5fe5bd650cf62442283e50d4a4c233.tar.bz2 re3-60045ec6cd5fe5bd650cf62442283e50d4a4c233.tar.lz re3-60045ec6cd5fe5bd650cf62442283e50d4a4c233.tar.xz re3-60045ec6cd5fe5bd650cf62442283e50d4a4c233.tar.zst re3-60045ec6cd5fe5bd650cf62442283e50d4a4c233.zip |
Diffstat (limited to 'src/math')
-rw-r--r-- | src/math/Matrix.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/math/Matrix.h b/src/math/Matrix.h index 2c0108c1..05a6eb03 100644 --- a/src/math/Matrix.h +++ b/src/math/Matrix.h @@ -240,7 +240,6 @@ public: m_matrix.at.y = 0.0f; m_matrix.at.z = 1.0f; m_matrix.pos.x = 0.0f; - m_matrix.pos.x = 0.0f; m_matrix.pos.y = 0.0f; m_matrix.pos.z = 0.0f; } |