Skip to content

Commit

Permalink
Updated hasBounds default value. Fixes #223
Browse files Browse the repository at this point in the history
WIP #223 changed 'render' to 'options'
  • Loading branch information
brollb committed Apr 5, 2016
1 parent dd5e260 commit 053ea76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/render/Render.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 053ea76

Please sign in to comment.