Commit f3ceed4
mergetest
Text Designer: materialize mirrors on EnableMirrors (fixes name cover never appearing)
Mirrors are only created when their element renders (mirrorElement inside
updateOne) - and name elements almost never re-render organically (names
don't change), unlike health, which ticks constantly. So the factory could
register the name mirror set and wait forever for a render that never came:
health covers worked, name covers never materialized. EnableMirrors now
forces one category-hinted render when its registry has no mirrors yet
(exactly what the probe did manually), so covers exist immediately; once
materialized, organic renders keep them in sync and no extra render fires.1 parent 20f6427 commit f3ceed4
1 file changed
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
438 | 438 | | |
439 | 439 | | |
440 | 440 | | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
441 | 450 | | |
442 | 451 | | |
443 | 452 | | |
| |||
0 commit comments