From 1968ff16cb214af03c7a70df5a78fd8d522abf75 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 16 Mar 2004 16:10:57 +0000 Subject: [PATCH] From Joran Jessurun, fixed "borderColor" typo. --- src/osgPlugins/osg/Texture.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]);