Commit 9cfc481
don't run update before window creation in winit (#10741)
# Objective
- Window size, scale and position are not correct on the first execution
of the systems
- Fixes #10407, fixes #10642
## Solution
- Don't run `update` before we get a chance to create the window in
winit
- Finish reverting #9826 after #103891 parent 5c3c8e7 commit 9cfc481
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
350 | 350 | | |
351 | 351 | | |
352 | 352 | | |
353 | | - | |
354 | | - | |
355 | 353 | | |
356 | 354 | | |
357 | | - | |
358 | 355 | | |
359 | 356 | | |
360 | 357 | | |
| |||
0 commit comments