diff --git a/Sources/Engine/Templates/BSP_internal.h b/Sources/Engine/Templates/BSP_internal.h index c68eeb2..2527ed0 100755 --- a/Sources/Engine/Templates/BSP_internal.h +++ b/Sources/Engine/Templates/BSP_internal.h @@ -21,7 +21,7 @@ with this program; if not, write to the Free Software Foundation, Inc., extern FLOAT mth_fCSGEpsilon; -#ifdef __arm__ +#if defined __arm__ && defined __ARM_PCS_VFP #define SPHERE_HACK #endif