fix apply once

This commit is contained in:
Antoine Lavenant 2018-10-10 08:31:30 +02:00 committed by Robert Osfield
parent d48a304569
commit fa7843d520

View File

@ -293,6 +293,7 @@ private:
else
*m_f << "solid " << node.getName() << std::endl;
*m_f << std::fixed << std::setprecision(7);
for (unsigned int i = 0; i < node.getNumDrawables(); ++i)
{
osg::TriangleFunctor<PushPoints> tf;