Skip to content

Commit 9a1fece

Browse files
Update Shared/mods/deathmatch/logic/CLodModels.h
Co-authored-by: Uladzislau Nikalayevich <[email protected]>
1 parent a43f1ad commit 9a1fece

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Shared/mods/deathmatch/logic/CLodModels.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ class CLodModels
1919
static std::uint32_t GetObjectHighLODModel(std::uint32_t lLODModel) noexcept;
2020

2121
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;
22+
static void ResetObjectCustomLowLODModel(std::uint32_t hLODModel) noexcept;
23+
static void ResetAllObjectCustomLowLODModels() noexcept;
2424

2525
protected:
2626
static std::unordered_map<std::uint32_t, std::uint32_t> m_customLODModels;

0 commit comments

Comments
 (0)