diff options
author | Stijn Buys <ingar@osirion.org> | 2009-02-21 13:38:12 +0000 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2009-02-21 13:38:12 +0000 |
commit | 1a4ae6ca5cd3aac0fd639c554e824525d98676ea (patch) | |
tree | 35ae5e26fc98c60c38a4365aef45a6342039cc56 /src/model | |
parent | 028d9195a9a8482cff9ae4b2e3ea77d1de24b732 (diff) |
sane version number,
conditional definition of missing OpenGL defines on win32,
updated planet collision warning message,
removed material loader debug messages
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++; } |