This commit is contained in:
TighMacFanatic
2011-12-01 12:13:56 -05:00
4 changed files with 29 additions and 6 deletions

View File

@@ -775,7 +775,8 @@ GLhandleARB LLShaderMgr::loadShaderFile(const std::string& filename, S32 & shade
{ //dump every 128 lines
LL_WARNS("ShaderLoading") << "\n" << ostr.str() << llendl;
ostr = std::stringstream();
ostr.str("");
ostr.clear();
}
}