Core/Maps: increase value of fixed offset when retrieving floor Z (#26321)

This commit is contained in:
Gildor
2021-03-26 13:26:21 +01:00
committed by GitHub
parent 1e76fc7a5d
commit 80f30d5ca9

View File

@@ -24,7 +24,7 @@
#include "SmartEnum.h"
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 = 1.5f;
enum SpellEffIndex : uint8
{