mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 00:05:40 +00:00
Clean up MSVC warning [C4305]: truncation from 'double' to 'F32'
This commit is contained in:
parent
32c7f2c7a7
commit
265e64f6fc
3 changed files with 5 additions and 5 deletions
|
|
@ -44,7 +44,7 @@
|
|||
|
||||
#define M_CONST_E_F 2.7182818284590452353602874f
|
||||
|
||||
#define POINT_EPSILON (1e-4) ///< Epsilon for point types.
|
||||
#define POINT_EPSILON (0.0001f) ///< Epsilon for point types.
|
||||
|
||||
|
||||
/// Result of an overlap test.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue