Skip to content

Commit

Permalink
[FIX] Add light property to light component schema.
Browse files Browse the repository at this point in the history
  • Loading branch information
willeastcott committed Jan 12, 2015
1 parent 32f20e0 commit d6c72a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/framework/components/light/light_system.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,9 @@ pc.extend(pc, function () {
filter: {
type: 'spot'
}
}, {
name: 'light',
exposed: false
}, {
name: 'model',
exposed: false
Expand Down

0 comments on commit d6c72a1

Please sign in to comment.