aboutsummaryrefslogtreecommitdiff
path: root/js/helper-classes
diff options
context:
space:
mode:
authorPushkar Joshi2012-02-29 10:21:06 -0800
committerPushkar Joshi2012-02-29 10:21:06 -0800
commitf000a3cced9adbfff1d7aa641e6eb42ad6edf7e8 (patch)
tree705c80e406ce3108e98428f4362029d3cb150301 /js/helper-classes
parentf931c48a7d0bcf1222cf05787e3294839ed0b9fb (diff)
downloadninja-f000a3cced9adbfff1d7aa641e6eb42ad6edf7e8.tar.gz
change in comment only
Diffstat (limited to 'js/helper-classes')
-rwxr-xr-xjs/helper-classes/RDGE/GLBrushStroke.js2
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