diff options
author | Pushkar Joshi | 2012-02-29 10:21:06 -0800 |
---|---|---|
committer | Pushkar Joshi | 2012-02-29 10:21:06 -0800 |
commit | f000a3cced9adbfff1d7aa641e6eb42ad6edf7e8 (patch) | |
tree | 705c80e406ce3108e98428f4362029d3cb150301 | |
parent | f931c48a7d0bcf1222cf05787e3294839ed0b9fb (diff) | |
download | ninja-f000a3cced9adbfff1d7aa641e6eb42ad6edf7e8.tar.gz |
change in comment only
-rwxr-xr-x | js/helper-classes/RDGE/GLBrushStroke.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/helper-classes/RDGE/GLBrushStroke.js b/js/helper-classes/RDGE/GLBrushStroke.js index 52ac79f5..f63bcc8a 100755 --- a/js/helper-classes/RDGE/GLBrushStroke.js +++ b/js/helper-classes/RDGE/GLBrushStroke.js | |||
@@ -34,7 +34,7 @@ function GLBrushStroke() { | |||
34 | this._strokeMaterial; | 34 | this._strokeMaterial; |
35 | this._strokeStyle = "Solid"; | 35 | this._strokeStyle = "Solid"; |
36 | 36 | ||
37 | //the wetness of the brush (currently this is multiplied to the square of the stroke width, but todo should be changed | 37 | //the wetness of the brush (currently this is multiplied to the square of the stroke width, but todo should be changed to not depend on stroke width entirely |
38 | this._WETNESS_FACTOR = 0.010625;//0.0625; | 38 | this._WETNESS_FACTOR = 0.010625;//0.0625; |
39 | 39 | ||
40 | //drawing context | 40 | //drawing context |