VertexArrayState: typo fixed in log

This commit is contained in:
Konstantin S. Matveyev
2018-01-19 22:20:01 +03:00
parent 80a2dd924f
commit cbb9fd4218

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);
}
}