diff --git a/src/osgPlugins/osg/Texture.cpp b/src/osgPlugins/osg/Texture.cpp index b3e45f059..58f3470e8 100644 --- a/src/osgPlugins/osg/Texture.cpp +++ b/src/osgPlugins/osg/Texture.cpp @@ -83,7 +83,7 @@ bool Texture_readLocalData(Object& obj, Input& fr) iteratorAdvanced = true; } - if (fr.matchSequence("borderWidth %f %f %f %f")) + if (fr.matchSequence("borderColor %f %f %f %f")) { Vec4 color; fr[1].getFloat(color[0]);