0
0
Fork 0
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:
Brian Broll 2016-03-14 11:22:59 -05:00
parent dd5e2602e9
commit 053ea76bc6

View file

@ -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,