mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-27 11:20:40 +00:00
GRAPHICS: Silence an MSVC warning
This commit is contained in:
parent
1d5536da02
commit
d3475fe3b6
@ -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…
Reference in New Issue
Block a user