Skip to content

Commit b9b797f

Browse files
committed
removed note about bugger accumulator initialization as it's been fixed
1 parent 2067b1e commit b9b797f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Logic Blocks Guide.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,6 @@ Its settings are shown in figure \ref{fig:Accumulator} and are as follows:
657657
- Value bounds: minimum/maximum value that can be stored, the stored value will be clamped to the range $[\min(\text{minimum}, \text{maximum}), \enspace \max(\text{minimum}, \text{maximum})]$
658658
- Scale: rate of change of the stored value, used to scale the value of the input
659659
- Use steps: whether to change the stored value continuously (in which case the scale is change per second, achieved by using $1/60$th the scale on each frame) or only once per input activation (on the rising edge of the signal)
660-
- Due to a bug, if $0$ isn't within the allowed range, enabling this causes the first input to be ignored
661660

662661
\begin{figure}[H]
663662
\centering

0 commit comments

Comments
 (0)