We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 405ad8d commit 51e8967Copy full SHA for 51e8967
Shared/mods/deathmatch/logic/CLodModels.h
@@ -19,6 +19,5 @@ class CLodModels
19
static std::uint32_t GetObjectModelOfLOD(std::uint32_t lodID) noexcept;
20
21
private:
22
- // Static pointer to a map that is initialized in the .cpp file
23
static std::unique_ptr<const std::map<std::uint32_t, std::uint32_t>> LOD_MODELS;
24
};
0 commit comments