Skip to content

Commit

Permalink
Fix broken a-sky primitive (fix #3428)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmarcos committed Mar 10, 2018
1 parent 9d57601 commit ef810c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/extras/primitives/primitives/a-sky.js
Expand Up @@ -13,6 +13,7 @@ registerPrimitive('a-sky', utils.extendDeep({}, getMeshMixin(), {
},
material: {
color: '#FFF',
side: 'back',
shader: 'flat',
npot: true
},
Expand Down

0 comments on commit ef810c2

Please sign in to comment.