Commit 7691724
committed
fix: Avoid manually freeing BaseTransition objects within BaseStage
Do not delete BaseTransition objects because the raw pointers are now
treated as non-owning (the smart pointers in GraphicsObjects actually
store the BaseTransition instances).1 parent 160aebe commit 7691724
1 file changed
Lines changed: 2 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
| 56 | + | |
| 57 | + | |
60 | 58 | | |
61 | 59 | | |
0 commit comments