pixijs / pixijs.com

https://pixijs.com
37 stars 31 forks source link

Fix [code block]: scene-graph.md Render Order example #99

Closed protofarer closed 5 months ago

protofarer commented 6 months ago

Missing curly brackets to destructure from the Ticker parameter. Alternatively and for the sake of instruction consider not destructuring the property from the param. I provided the latter option in the change. The example will not run without this fix.