Skip to content

Commit 0486d25

Browse files
author
G_Moris
committed
Fix style
1 parent b0cddf5 commit 0486d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/sdk/game/CGame.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ class __declspec(novtable) CGame
150150
virtual CPointLights* GetPointLights() = 0;
151151
virtual CColStore* GetCollisionStore() = 0;
152152
virtual CBuildingRemoval* GetBuildingRemoval() = 0;
153-
virtual CRenderer* GetRenderer() const noexcept = 0;
153+
virtual CRenderer* GetRenderer() const noexcept = 0;
154154

155155
virtual CWeaponInfo* GetWeaponInfo(eWeaponType weapon, eWeaponSkill skill = WEAPONSKILL_STD) = 0;
156156
virtual CModelInfo* GetModelInfo(DWORD dwModelID, bool bCanBeInvalid = false) = 0;

0 commit comments

Comments
 (0)