Cleanup to coding standard

master
Ptolemy 2020-04-15 09:26:29 -07:00
parent 39cc708455
commit a387b38d20
1 changed files with 2 additions and 1 deletions

View File

@ -485,7 +485,8 @@ BOOL LLGLSLShader::createShader(std::vector<LLStaticHashedString> * attributes,
return success;
}
BOOL LLGLSLShader::attachVertexObject(std::string object_path) {
BOOL LLGLSLShader::attachVertexObject(std::string object_path)
{
if (LLShaderMgr::instance()->mVertexShaderObjects.count(object_path) > 0)
{
stop_glerror();