| Index: Source/modules/gamepad/GamepadCommon.cpp
|
| diff --git a/Source/modules/gamepad/GamepadCommon.cpp b/Source/modules/gamepad/GamepadCommon.cpp
|
| index bab5498cce811152f829b12ba94ade8b99e8e00c..f66d61f540dc2fab1d561757626cc9c02b403cf7 100644
|
| --- a/Source/modules/gamepad/GamepadCommon.cpp
|
| +++ b/Source/modules/gamepad/GamepadCommon.cpp
|
| @@ -38,7 +38,7 @@ GamepadCommon::~GamepadCommon()
|
| {
|
| }
|
|
|
| -void GamepadCommon::setAxes(unsigned count, const float* data)
|
| +void GamepadCommon::setAxes(unsigned count, const double* data)
|
| {
|
| m_axes.resize(count);
|
| if (count)
|
|
|