Hi all, :)
After updating Construct 2 to r190, several of my projects no longer show certain WebGL effects during runtime preview.
I haven't investigated this very much yet, but so far this seems to occur in situations where I'm using an empty layer with an effect to post-process the underlying scene.
It seems like, as of r190, a layer with an effect applied to it won't render unless there is also an object on that layer.
Is that maybe what's going on?
If so, it's not necessarily a problem. I'm just trying to figure out what I need to do to get everything back to the way it looked pre-r190.
So far, I'm just putting an invisible stub object on every post-process layer to make sure it renders.