mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-09-15 07:17:46 -04:00
Make MWWorld::World final to enable compiler optimisations
This commit is contained in:
parent
7440cf37bc
commit
2abff22c08
@ -69,7 +69,7 @@ namespace MWWorld
|
|||||||
|
|
||||||
/// \brief The game world and its visual representation
|
/// \brief The game world and its visual representation
|
||||||
|
|
||||||
class World : public MWBase::World
|
class World final: public MWBase::World
|
||||||
{
|
{
|
||||||
Resource::ResourceSystem* mResourceSystem;
|
Resource::ResourceSystem* mResourceSystem;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user