فهرست منبع

Fix typo to fix AWB issues

Kristian Vos 5 ماه پیش
والد
کامیت
dd8ae3be14
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/process_pipeline.c

+ 1 - 1
src/process_pipeline.c

@@ -459,7 +459,7 @@ process_aaa()
                 float b = state_proc.stats.avg_b;
 
                 // Revert the current gains set on the preview
-                b /= state_proc.red;
+                r /= state_proc.red;
                 b /= state_proc.blue;
 
                 float t = 2.0f;