summaryrefslogtreecommitdiffstats
path: root/src/Entities/WitherSkullEntity.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Entities/WitherSkullEntity.cpp')
-rw-r--r--src/Entities/WitherSkullEntity.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Entities/WitherSkullEntity.cpp b/src/Entities/WitherSkullEntity.cpp
index 1bb17ab2b..22e474395 100644
--- a/src/Entities/WitherSkullEntity.cpp
+++ b/src/Entities/WitherSkullEntity.cpp
@@ -13,7 +13,7 @@
cWitherSkullEntity::cWitherSkullEntity(cEntity * a_Creator, Vector3d a_Pos, Vector3d a_Speed):
- Super(pkWitherSkull, a_Creator, a_Pos, 0.25, 0.25)
+ Super(pkWitherSkull, a_Creator, a_Pos, 0.3125f, 0.3125f)
{
SetSpeed(a_Speed);
SetGravity(0);