fix(Core/Maps): GetCollisionHeight and Z_OFFSET_FIND_HEIGHT (#5778)

This commit is contained in:
Patrick Lewis
2021-05-14 01:10:35 -07:00
committed by GitHub
parent 520a44aace
commit c3242caf74
2 changed files with 4 additions and 4 deletions

View File

@@ -12,7 +12,7 @@
#include <cassert>
float const GROUND_HEIGHT_TOLERANCE = 0.05f; // Extra tolerance to z position to check if it is in air or on ground.
constexpr float Z_OFFSET_FIND_HEIGHT = 0.5f;
constexpr float Z_OFFSET_FIND_HEIGHT = 2.0f;
enum SpellEffIndex
{