OSDN Git Service

[CONFIG][OOPS] I missed initial value of MOUSE SENSITIVITY.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Sat, 12 Dec 2020 07:10:19 +0000 (16:10 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Sat, 12 Dec 2020 07:10:19 +0000 (16:10 +0900)
source/src/config.cpp

index 57b1d3e..fcbfaaf 100644 (file)
@@ -73,7 +73,7 @@ void initialize_config()
        #if defined(USE_MOUSE_TYPE) && defined(MOUSE_TYPE_DEFAULT)
                config.mouse_type = MOUSE_TYPE_DEFAULT;
        #endif
-               config.mouse_sensitivity = 1 << 12; // 1.0
+               config.mouse_sensitivity = 1 << 13; // 1.0
        #if defined(USE_JOYSTICK_TYPE) && defined(JOYSTICK_TYPE_DEFAULT)
                config.joystick_type = JOYSTICK_TYPE_DEFAULT;
        #endif