1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-16 18:19:55 +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 ).
*/