GRAPHICS: Silence an MSVC warning
This commit is contained in:
parent
1d5536da02
commit
d3475fe3b6
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
namespace Graphics {
|
namespace Graphics {
|
||||||
|
|
||||||
static const float kEpsilon = 0.00001; // arbitrarily taken number
|
static const float kEpsilon = 0.00001f; // arbitrarily taken number
|
||||||
|
|
||||||
struct FloatPoint {
|
struct FloatPoint {
|
||||||
float x;
|
float x;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue