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 9a1fece commit 0b771df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shared/mods/deathmatch/logic/CLodModels.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ class CLodModels
static void ResetObjectCustomLowLODModel(std::uint32_t hLODModel) noexcept;
static void ResetAllObjectCustomLowLODModels() noexcept;

protected:
private:
static std::unordered_map<std::uint32_t, std::uint32_t> m_customLODModels;
};

0 comments on commit 0b771df

Please sign in to comment.