mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-17 19:10:24 +00:00
617eec338a
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. |
||
---|---|---|
.. | ||
animation.cpp | ||
animation.hpp | ||
bulletshape.cpp | ||
bulletshape.hpp | ||
bulletshapemanager.cpp | ||
bulletshapemanager.hpp | ||
imagemanager.cpp | ||
imagemanager.hpp | ||
keyframemanager.cpp | ||
keyframemanager.hpp | ||
multiobjectcache.cpp | ||
multiobjectcache.hpp | ||
niffilemanager.cpp | ||
niffilemanager.hpp | ||
objectcache.hpp | ||
resourcemanager.hpp | ||
resourcesystem.cpp | ||
resourcesystem.hpp | ||
scenemanager.cpp | ||
scenemanager.hpp | ||
stats.cpp | ||
stats.hpp |