mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 06:55:54 -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
|
||||
|
||||
class World : public MWBase::World
|
||||
class World final: public MWBase::World
|
||||
{
|
||||
Resource::ResourceSystem* mResourceSystem;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user