Index: Source/modules/gamepad/GamepadButton.cpp |
diff --git a/Source/modules/gamepad/GamepadButton.cpp b/Source/modules/gamepad/GamepadButton.cpp |
index 70ebc562ef4c971c01c369dba8eda63d8284e682..cb64dc9ca7745294b70c3098137e448ec42795ff 100644 |
--- a/Source/modules/gamepad/GamepadButton.cpp |
+++ b/Source/modules/gamepad/GamepadButton.cpp |
@@ -13,7 +13,7 @@ GamepadButton* GamepadButton::create() |
} |
GamepadButton::GamepadButton() |
- : m_value(0.f) |
+ : m_value(0.) |
, m_pressed(false) |
{ |
ScriptWrappable::init(this); |