Merge pull request #509 from eligovision/OpenSceneGraph-3.6_vas

VertexArrayState: typo fixed in log
This commit is contained in:
OpenSceneGraph git repository 2018-03-27 08:35:57 +01:00 committed by GitHub
commit 37fabbeecd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -568,7 +568,7 @@ void VertexArrayState::assignVertexArrayDispatcher()
#endif
{
if (_vertexArray.valid()) return;
VAS_NOTICE<<"VertexArrayState::assignNormalArrayDispatcher() _state->getVertexAlias()._location="<<_state->getVertexAlias()._location<<std::endl;
VAS_NOTICE<<"VertexArrayState::assignVertexArrayDispatcher() _state->getVertexAlias()._location="<<_state->getVertexAlias()._location<<std::endl;
_vertexArray = new VertexAttribArrayDispatch(_state->getVertexAlias()._location);
}
}