diff options
author | Valerio Virgillito | 2012-02-28 13:19:52 -0800 |
---|---|---|
committer | Valerio Virgillito | 2012-02-28 13:19:52 -0800 |
commit | 2ab07cb8ac76a06606ce455bb2e6b4889e3ddc65 (patch) | |
tree | aed095ad5f21f7cec5dbb779afda5c05ff5cb7c5 /js/helper-classes/RDGE/GLGeomObj.js | |
parent | e5b1102f0cff7f5ba7074840ccf29dc1c02ced8e (diff) | |
parent | 347fc28227d822e9fea3fa823fae79cf14ea041c (diff) | |
download | ninja-2ab07cb8ac76a06606ce455bb2e6b4889e3ddc65.tar.gz |
Merge branch 'integration' of https://github.com/ericmueller/ninja-internal into integration-candidate
Diffstat (limited to 'js/helper-classes/RDGE/GLGeomObj.js')
-rwxr-xr-x | js/helper-classes/RDGE/GLGeomObj.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/helper-classes/RDGE/GLGeomObj.js b/js/helper-classes/RDGE/GLGeomObj.js index 5d7497ad..c1ee01ba 100755 --- a/js/helper-classes/RDGE/GLGeomObj.js +++ b/js/helper-classes/RDGE/GLGeomObj.js | |||
@@ -38,8 +38,8 @@ function GLGeomObj() | |||
38 | this.m_world = null; | 38 | this.m_world = null; |
39 | 39 | ||
40 | // stroke and fill colors | 40 | // stroke and fill colors |
41 | this._strokeColor; | 41 | this._strokeColor = [0,0,0,0]; |
42 | this._fillColor; | 42 | this._fillColor = [0,0,0,0]; |
43 | 43 | ||
44 | // stroke and fill materials | 44 | // stroke and fill materials |
45 | this._fillMaterial; | 45 | this._fillMaterial; |