0
0
Fork 0
mirror of https://github.com/liabru/matter-js.git synced 2025-03-14 00:38:41 -04:00

Fix typo

kklkit 2015-08-08 15:44:35 +08:00
parent 4cec1855c4
commit 81d6a6a0ff

@ -17,7 +17,7 @@ When you use `Engine.create(element)` a `Matter.Render` instance will be created
Following this calling `Engine.run(engine)` will spawn the built in game loop routine, which will automatically manage updating the engine and calling the renderer at the appropriate times.
By default this renderer will only show bodies as wireframes (outlines). This is useful for testing and debugging, but to enable full solid rendering (and sprites if you are using them) you must set `render.options.wirefames = false`.
By default this renderer will only show bodies as wireframes (outlines). This is useful for testing and debugging, but to enable full solid rendering (and sprites if you are using them) you must set `render.options.wireframes = false`.
#### Matter.RenderPixi