瀏覽代碼

Use valid default values

CaCO3 2 年之前
父節點
當前提交
6feae4e239
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      code/components/jomjol_flowcontroll/ClassFlowTakeImage.cpp

+ 3 - 3
code/components/jomjol_flowcontroll/ClassFlowTakeImage.cpp

@@ -81,9 +81,9 @@ bool ClassFlowTakeImage::ReadParameter(FILE* pfile, string& aktparamgraph)
     std::vector<string> splitted;
 
     aktparamgraph = trim(aktparamgraph);
-    int _brightness = -100;
-    int _contrast = -100;
-    int _saturation = -100;
+    int _brightness = 0;
+    int _contrast = 0;
+    int _saturation = 0;
     int _sharpness = 0;
     int _autoExposureLevel = 0;