From 26878fa7ab17a87e748991947dd6ebae61251668 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 6 Mar 2017 14:37:21 +0000 Subject: [PATCH] Fixed text background tessellation --- src/osgText/TextBase.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgText/TextBase.cpp b/src/osgText/TextBase.cpp index fe4c96419..413acaf7c 100644 --- a/src/osgText/TextBase.cpp +++ b/src/osgText/TextBase.cpp @@ -729,7 +729,7 @@ void TextBase::setupDecoration() primitives->push_back(base+1); primitives->push_back(base+2); primitives->push_back(base); - primitives->push_back(base+1); + primitives->push_back(base+2); primitives->push_back(base+3); }