You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
int nSamples = index - dbi; // N new samples (not pixels) to be added to displayBufferIndex
944
944
945
-
if (nSamples < 0) // buffer has reset to 0
945
+
if (nSamples < 0) // buffer has reset to 0 -- xxx 2do bug: this shouldnt happen because it makes the range/histogram display not work properly/look off for one pixel
0 commit comments