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 a43f1ad commit 9a1feceCopy full SHA for 9a1fece
Shared/mods/deathmatch/logic/CLodModels.h
@@ -19,8 +19,8 @@ class CLodModels
19
static std::uint32_t GetObjectHighLODModel(std::uint32_t lLODModel) noexcept;
20
21
static void SetObjectCustomLowLODModel(std::uint32_t hLODModel, std::uint32_t lLODModel) noexcept;
22
- static void ResetObjectCustomLowLODModel(std::uint32_t hLODModel) noexcept;
23
- static void ResetAllObjectCustomLowLODModels() noexcept;
+ static void ResetObjectCustomLowLODModel(std::uint32_t hLODModel) noexcept;
+ static void ResetAllObjectCustomLowLODModels() noexcept;
24
25
protected:
26
static std::unordered_map<std::uint32_t, std::uint32_t> m_customLODModels;
0 commit comments