Skip to content

Commit 0b771df

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Shared/mods/deathmatch/logic/CLodModels.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ class CLodModels
2222
static void ResetObjectCustomLowLODModel(std::uint32_t hLODModel) noexcept;
2323
static void ResetAllObjectCustomLowLODModels() noexcept;
2424

25-
protected:
25+
private:
2626
static std::unordered_map<std::uint32_t, std::uint32_t> m_customLODModels;
2727
};

0 commit comments

Comments
 (0)