Skip to content

Commit

Permalink
Update CClientWater.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Lpsd committed Jun 19, 2024
1 parent 366780b commit 6fd9368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/mods/deathmatch/logic/CClientWater.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class CClientWater final : public CClientEntity
bool m_bShallow; // Shallow water?
std::vector<CVector> m_Vertices; // List of vertices for this water

float m_iDefaultLevel = .0f;
float m_iDefaultLevel{};

friend class CClientWaterManager;
};

0 comments on commit 6fd9368

Please sign in to comment.