Skip to content

Commit

Permalink
Fix to day-to-night transition
Browse files Browse the repository at this point in the history
Fixes #443
  • Loading branch information
EricClaeys authored Aug 25, 2021
1 parent 074bea3 commit 87a5bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion capture.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1863,7 +1863,7 @@ const char *locale = DEFAULT_LOCALE;
currentBrightness = asiNightBrightness;
currentDelay = nightDelay;
currentBin = nightBin;
if (numExposures == 0 || asiDayAutoExposure == ASI_FALSE)
if (numExposures == 0 || asiNightAutoExposure == ASI_FALSE)
{
currentExposure = asiNightExposure;
}
Expand Down

0 comments on commit 87a5bea

Please sign in to comment.