forked from teamnwah/openmw-tes3coop
Make MWWorld::World final to enable compiler optimisations
This commit is contained in:
parent
7440cf37bc
commit
2abff22c08
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ namespace MWWorld
|
|||
|
||||
/// \brief The game world and its visual representation
|
||||
|
||||
class World : public MWBase::World
|
||||
class World final: public MWBase::World
|
||||
{
|
||||
Resource::ResourceSystem* mResourceSystem;
|
||||
|
||||
|
|
Loading…
Reference in a new issue