Skip to content

scene: Avoid discard quads when only position changes

Vlad Zahorodnii requested to merge work/remove-redudant-discard-quads into master

Since the quads are in the item local coordinate space now, it is okay not to discard cached quads if only the item position changes.

Merge request reports