fortmeier / weltfrieden

9 stars 1 forks source link

always keep depth order #7

Open lennart opened 8 years ago

lennart commented 8 years ago

supplied depth param of layers should always be honored, currently an assertion for this in dequeue will fail if a single layer is added to showing and rendered once, but then another layer is dequeued which should be inserted at the correct depth place. this leads to mixed up order of layers (though this does not happen often)

lennart commented 8 years ago

check if this still applies