Skip to content

Commit

Permalink
Updated hasBounds default value. Fixes liabru#223
Browse files Browse the repository at this point in the history
  • Loading branch information
brollb committed Mar 14, 2016
1 parent dd5e260 commit d254f85
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: !!render.bounds,
enabled: true,
wireframes: true,
showSleeping: true,
Expand Down

0 comments on commit d254f85

Please sign in to comment.