diff options
author | hwc487 | 2012-02-06 13:09:32 -0800 |
---|---|---|
committer | hwc487 | 2012-02-06 13:09:32 -0800 |
commit | 1a8c017e37c5c0dec445ebafad634ef997fcd1bb (patch) | |
tree | 3380cb8ef0636dc0f662a2903f759a41749c28e0 /js/models/shape-model.js | |
parent | 465636cc0676d7fb83939d6fdb9204e474d47d46 (diff) | |
parent | 486d9a31a85dd833a1c798049a00403756703034 (diff) | |
download | ninja-1a8c017e37c5c0dec445ebafad634ef997fcd1bb.tar.gz |
Merge branch 'ToolFixes' of github.com:mqg734/ninja-internal into working
Diffstat (limited to 'js/models/shape-model.js')
-rw-r--r-- | js/models/shape-model.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/models/shape-model.js b/js/models/shape-model.js index b643a7b5..1175538f 100644 --- a/js/models/shape-model.js +++ b/js/models/shape-model.js | |||
@@ -10,6 +10,7 @@ var Montage = require("montage/core/core").Montage, | |||
10 | exports.ShapeModel = Montage.create(Component, { | 10 | exports.ShapeModel = Montage.create(Component, { |
11 | 11 | ||
12 | shapeCount: { value: 0 }, | 12 | shapeCount: { value: 0 }, |
13 | useWebGl: { value: false }, | ||
13 | 14 | ||
14 | GLWorld: { value: null }, | 15 | GLWorld: { value: null }, |
15 | GLGeomObj: { value: null }, | 16 | GLGeomObj: { value: null }, |