OSDN Git Service

[CONFIG] Set defaults value of Sound:StrictRendering to "false".
authorK.Ohta <whatisthis.sowhat@gmail.com>
Mon, 23 Jan 2017 14:24:10 +0000 (23:24 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Mon, 23 Jan 2017 14:24:10 +0000 (23:24 +0900)
source/src/config.cpp

index 7e685de..38ac6c2 100644 (file)
@@ -106,7 +106,7 @@ void initialize_config()
 #elif defined(USE_SOUND_DEVICE_TYPE)
        config.sound_device_type = 0;
 #endif
-       config.sound_strict_rendering = true;
+       config.sound_strict_rendering = false;
        
        // input
 #ifdef _WIN32