Skip to content

Commit

Permalink
Update Shared/mods/deathmatch/logic/CLodModels.h
Browse files Browse the repository at this point in the history
Co-authored-by: Uladzislau Nikalayevich <[email protected]>
  • Loading branch information
Fernando-A-Rocha and TheNormalnij authored Nov 18, 2024
1 parent a43f1ad commit 9a1fece
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Shared/mods/deathmatch/logic/CLodModels.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ class CLodModels
static std::uint32_t GetObjectHighLODModel(std::uint32_t lLODModel) noexcept;

static void SetObjectCustomLowLODModel(std::uint32_t hLODModel, std::uint32_t lLODModel) noexcept;
static void ResetObjectCustomLowLODModel(std::uint32_t hLODModel) noexcept;
static void ResetAllObjectCustomLowLODModels() noexcept;
static void ResetObjectCustomLowLODModel(std::uint32_t hLODModel) noexcept;
static void ResetAllObjectCustomLowLODModels() noexcept;

protected:
static std::unordered_map<std::uint32_t, std::uint32_t> m_customLODModels;
Expand Down

0 comments on commit 9a1fece

Please sign in to comment.