Skip to content

Use a const-ref for an osg::Quat

jvoisin requested to merge jvoisin/openmw:const_quat into master

Since an osg::Quat contains at least 4 floats, it should be worth it to use a const-ref instead of passing it by value.

Merge request reports