Check for queued positionAndResize requests at the end of the event cycle
- Check for queued positionAndResize requests at the end of the event cycle
Otherwise, calls might be queued during an update, and only be acted upon when the successive update is called instead of during the next frame.
BUG:499833 BUG:499914
This replaces !5233 (closed)