Missing needRefresh(true) in BlendState?


Reading the BlendState.java class, I have observed that the methods setConstantColor(), setBlendEquationAlpha(), setBlendEquationRGB() don't call "setNeedsRefresh(true);" like the others setters...

Is it normal?  :|