Skip to content

Commit

Permalink
Merge pull request #224 from brollb/223-bounds-ignored-in-renderer
Browse files Browse the repository at this point in the history
Updated `hasBounds` default value. Fixes #223
  • Loading branch information
liabru committed Apr 5, 2016
2 parents 79fa57e + 053ea76 commit 1944f6a
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 1944f6a

Please sign in to comment.