1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-23 06:41:08 +00:00
OpenMW/components
Bo Svensson 617eec338a
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.
2021-10-13 16:12:47 +02:00
..
2021-10-11 10:09:48 +02:00
2021-05-12 10:34:39 +04:00
2021-10-05 22:51:12 +02:00
2021-07-27 07:58:57 +03:00
2021-10-06 10:04:03 +00:00
2019-02-23 08:02:12 +04:00
2021-10-13 16:12:47 +02:00
2018-10-09 10:21:12 +04:00
2021-10-11 10:09:48 +02:00
2021-08-15 19:50:28 +02:00