aboutsummaryrefslogtreecommitdiff
path: root/js/lib/rdge/materials/material.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/lib/rdge/materials/material.js')
-rwxr-xr-xjs/lib/rdge/materials/material.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/lib/rdge/materials/material.js b/js/lib/rdge/materials/material.js
index b9de9988..856513e2 100755
--- a/js/lib/rdge/materials/material.js
+++ b/js/lib/rdge/materials/material.js
@@ -210,7 +210,7 @@ var Material = function GLMaterial( world ) {
210 console.log( "setting invalid material property: " + prop + ", value: " + value ); 210 console.log( "setting invalid material property: " + prop + ", value: " + value );
211 } 211 }
212 212
213 if (!rtnVal) { 213 if (!rtnVal && (prop != 'color')) {
214 console.log( "invalid material property: " + prop + " : " + value ); 214 console.log( "invalid material property: " + prop + " : " + value );
215 } 215 }
216 216