Constant unexisting in blocks
-
It seems to be a bug because when I try to delete a constant, the builder says it is impossible cause already existing in some blocks. However I don't see this constant in the blocks.


-
Is it possible you did use the constant in the block and then changed the operand on one side without resetting the relevant parameter to the original value, or zero?
For example, if you had originally set the left operand to something other than Candle and used the "id" constant and then changed the operand to candle without resetting the constant fxDreema will still see the constant in the block despite it not being used. You will see this if you set the operand back to whatever it was before.
The quickest solution is probably to delete the block and create a new one in its place.
-
@cpbonzo Exactly. That is the reaosn ow you simply deleted the block without removing the constants before.