mirror of https://github.com/OpenMW/openmw.git
removes version guard (#3173)
We currently use a version guard to adapt to a change in the number of parameters supplied to osg::TriangleFunctor's operator() template functor. The differing parameter is unused in our code. Crucially, operator() is not an override, so we can just add a default value for the differing parameter. Such a default allows us to apply identical code to both versions of the library without regressing functionality.pull/3159/head
parent
6b482d0b52
commit
617eec338a
Loading…
Reference in New Issue