mirror of
https://github.com/liabru/matter-js.git
synced 2025-01-12 16:08:50 -05:00
Updated hasBounds
default value. Fixes #223
WIP #223 changed 'render' to 'options'
This commit is contained in:
parent
dd5e2602e9
commit
053ea76bc6
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ var Vector = require('../geometry/Vector');
|
|||
pixelRatio: 1,
|
||||
background: '#fafafa',
|
||||
wireframeBackground: '#222',
|
||||
hasBounds: false,
|
||||
hasBounds: !!options.bounds,
|
||||
enabled: true,
|
||||
wireframes: true,
|
||||
showSleeping: true,
|
||||
|
|
Loading…
Reference in a new issue