diff options
Diffstat (limited to 'src/model')
| -rw-r--r-- | src/model/material.cc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/model/material.cc b/src/model/material.cc index 68e80a8..81adfae 100644 --- a/src/model/material.cc +++ b/src/model/material.cc @@ -121,7 +121,7 @@ void Material::load_shader(const std::string &shadername)  					} else {  						material = new Material(firstword);  						add(material); -						con_debug << "  " << firstword << std::endl; +						//con_debug << "  " << firstword << std::endl;  					}  					count++;  				} | 
