diff options
-rw-r--r-- | libhwc2.1/libresource/ExynosResourceManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhwc2.1/libresource/ExynosResourceManager.cpp b/libhwc2.1/libresource/ExynosResourceManager.cpp index 55fb02e..b7b74ae 100644 --- a/libhwc2.1/libresource/ExynosResourceManager.cpp +++ b/libhwc2.1/libresource/ExynosResourceManager.cpp @@ -204,7 +204,7 @@ ExynosResourceManager::ExynosResourceManager(ExynosDevice *device) char value[PROPERTY_VALUE_MAX]; mMinimumSdrDimRatio = property_get("debug.hwc.min_sdr_dimming", value, nullptr) > 0 - ? std::atof(value) : 1.0f; + ? std::atof(value) : 0.0f; } ExynosResourceManager::~ExynosResourceManager() |