mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 23:23:52 +00:00
Mark override
This commit is contained in:
parent
449506fef1
commit
5d046bc95d
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ namespace SceneUtil
|
|||
ShadowsBin();
|
||||
ShadowsBin(const ShadowsBin& rhs, const osg::CopyOp& copyop) : osgUtil::RenderBin(rhs, copyop), mStateSet(rhs.mStateSet) {}
|
||||
|
||||
virtual void sortImplementation();
|
||||
void sortImplementation() override;
|
||||
|
||||
struct State
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue