mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-20 19:21:46 +00:00
GRAPHICS: Silence an MSVC warning
This commit is contained in:
parent
1d5536da02
commit
d3475fe3b6
@ -28,7 +28,7 @@
|
||||
|
||||
namespace Graphics {
|
||||
|
||||
static const float kEpsilon = 0.00001; // arbitrarily taken number
|
||||
static const float kEpsilon = 0.00001f; // arbitrarily taken number
|
||||
|
||||
struct FloatPoint {
|
||||
float x;
|
||||
|
Loading…
x
Reference in New Issue
Block a user