Commit 140a6e9
committed
Fix right trigger for SimulateAll example
This broke after adding range rescaling. This bitwise operator was acting on the argument type rather than the variable type, so it wasn't inverting properly (and I was being a bit too clever for my own good). This works fine.1 parent 3e1153f commit 140a6e9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
0 commit comments