1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-10 12:39:53 +00:00

Update todo comment

This commit is contained in:
scrawl 2015-08-30 20:43:39 +02:00
parent cda8a88f0d
commit e9acd135a6

View File

@ -71,7 +71,7 @@ namespace SceneUtil
In case of DEEP_COPY_PRIMITIVES=Off, DEEP_COPY_ARRAYS=On, the above code makes a modification to the original const Geometry& we copied from,
causing problems if we relied on the original Geometry to remain static such as when it was added to an osgUtil::IncrementalCompileOperation.
TODO: report/fix in upstream OSG
Possible fix submitted to osg-submissions ( http://forum.openscenegraph.org/viewtopic.php?t=15217 ).
*/