Merge pull request #509 from eligovision/OpenSceneGraph-3.6_vas
VertexArrayState: typo fixed in log
This commit is contained in:
commit
37fabbeecd
@ -568,7 +568,7 @@ void VertexArrayState::assignVertexArrayDispatcher()
|
|||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
if (_vertexArray.valid()) return;
|
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);
|
_vertexArray = new VertexAttribArrayDispatch(_state->getVertexAlias()._location);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user