From cbb9fd42188454152f6d5d3f7ba452c46358301b Mon Sep 17 00:00:00 2001 From: "Konstantin S. Matveyev" Date: Fri, 19 Jan 2018 22:20:01 +0300 Subject: [PATCH] VertexArrayState: typo fixed in log --- src/osg/VertexArrayState.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osg/VertexArrayState.cpp b/src/osg/VertexArrayState.cpp index 364eb4f80..092414f45 100644 --- a/src/osg/VertexArrayState.cpp +++ b/src/osg/VertexArrayState.cpp @@ -568,7 +568,7 @@ void VertexArrayState::assignVertexArrayDispatcher() #endif { if (_vertexArray.valid()) return; - VAS_NOTICE<<"VertexArrayState::assignNormalArrayDispatcher() _state->getVertexAlias()._location="<<_state->getVertexAlias()._location<getVertexAlias()._location="<<_state->getVertexAlias()._location<getVertexAlias()._location); } }