<!-- Replace [TYPE] in the title with one of: Bug | Feature | Refactor | Task Fill in the sections below. Remove sections that don't apply. --> ## Type <!-- Check one --> - [x] Bug - [ ] Feature - [ ] Refactor / cleanup - [ ] Task / chore ## Overview On the Engine when resized, it becomes distorted and and hangs <!-- Bug: what is broken and what is the impact? Feature: what capability is missing and why is it needed? Refactor: what is being improved and what is the goal? --> ## Context Fix the hanging Engine and resize <!-- Link related PRs, issues, design documents, or code areas. Explain constraints, prior decisions, or background a contributor needs to understand before starting. --> ## What needs to be done <!-- Break the work into concrete, actionable steps. For bugs: reproduction steps, then the fix. For features: design outline, then implementation steps. For refactors: list touch points, files, or patterns to address. --> ## Resources <!-- - Design docs, ADRs, or specs - Related PRs or commits - External references --> <img width="2003" height="1345" alt="Image" src="https://github.com/user-attachments/assets/b44143c5-098c-49eb-8a89-3901dbd29caf" /> ## Testing <!-- How should a contributor verify the change is correct? Include build commands, test filters, or manual steps. ```bash cmake --build . --config Debug ./build/tests/ZEngineTests --gtest_filter="..." ``` --> ## Acceptance criteria - [ ] <!-- Criterion 1 --> - [ ] <!-- Criterion 2 --> - [ ] Builds without warnings in Debug and Release - [ ] All relevant unit tests pass - [ ] No regression in existing functionality ## Estimated effort <!-- e.g. 1–2 hours, 1 day, 1 week -->
Type
Overview
On the Engine when resized, it becomes distorted and and hangs
Context
Fix the hanging Engine and resize
What needs to be done
Resources
Testing
Acceptance criteria
Estimated effort