summaryrefslogtreecommitdiffstats
path: root/src/core/Placeable.h
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2020-05-10 00:26:12 +0200
committerSergeanur <s.anureev@yandex.ua>2020-05-10 00:26:12 +0200
commit35c41208f5910ccb3d4f3aeed3980434cb4360b3 (patch)
treed49aa0fdb827960dbc3cc4c016267f6244828e61 /src/core/Placeable.h
parentMerge pull request #528 from Nick007J/miami (diff)
parentSmall unification (diff)
downloadre3-35c41208f5910ccb3d4f3aeed3980434cb4360b3.tar
re3-35c41208f5910ccb3d4f3aeed3980434cb4360b3.tar.gz
re3-35c41208f5910ccb3d4f3aeed3980434cb4360b3.tar.bz2
re3-35c41208f5910ccb3d4f3aeed3980434cb4360b3.tar.lz
re3-35c41208f5910ccb3d4f3aeed3980434cb4360b3.tar.xz
re3-35c41208f5910ccb3d4f3aeed3980434cb4360b3.tar.zst
re3-35c41208f5910ccb3d4f3aeed3980434cb4360b3.zip
Diffstat (limited to 'src/core/Placeable.h')
-rw-r--r--src/core/Placeable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/Placeable.h b/src/core/Placeable.h
index 26a2291a..7e858283 100644
--- a/src/core/Placeable.h
+++ b/src/core/Placeable.h
@@ -16,7 +16,7 @@ public:
m_matrix.GetPosition().y = y;
m_matrix.GetPosition().z = z;
}
- void SetPosition(const CVector& pos) { m_matrix.GetPosition() = pos; }
+ void SetPosition(const CVector &pos) { m_matrix.GetPosition() = pos; }
CVector &GetRight(void) { return m_matrix.GetRight(); }
CVector &GetForward(void) { return m_matrix.GetForward(); }
CVector &GetUp(void) { return m_matrix.GetUp(); }