summaryrefslogtreecommitdiffstats
path: root/src/Entities/Entity.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Entities/Entity.cpp')
-rw-r--r--src/Entities/Entity.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Entities/Entity.cpp b/src/Entities/Entity.cpp
index 5c444f74a..ae468d25c 100644
--- a/src/Entities/Entity.cpp
+++ b/src/Entities/Entity.cpp
@@ -39,8 +39,8 @@ cEntity::cEntity(eEntityType a_EntityType, Vector3d a_Pos, double a_Width, doubl
m_MaxHealth(1),
m_AttachedTo(nullptr),
m_Attachee(nullptr),
- m_bDirtyHead(true),
- m_bDirtyOrientation(true),
+ m_bDirtyHead(false),
+ m_bDirtyOrientation(false),
m_bHasSentNoSpeed(true),
m_bOnGround(false),
m_Gravity(-9.81f),