mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-04-19 21:57:37 -04:00
MSAA change was called mid-frame from settings UI, destroying the render pass and framebuffers while the command buffer was still recording. Now deferred via pendingMsaaSamples_ flag, applied in beginFrame() before any GPU state. Also add +180° to M2 game object orientation to fix facing direction.