We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0cddf5 commit 0486d25Copy full SHA for 0486d25
Client/sdk/game/CGame.h
@@ -150,7 +150,7 @@ class __declspec(novtable) CGame
150
virtual CPointLights* GetPointLights() = 0;
151
virtual CColStore* GetCollisionStore() = 0;
152
virtual CBuildingRemoval* GetBuildingRemoval() = 0;
153
- virtual CRenderer* GetRenderer() const noexcept = 0;
+ virtual CRenderer* GetRenderer() const noexcept = 0;
154
155
virtual CWeaponInfo* GetWeaponInfo(eWeaponType weapon, eWeaponSkill skill = WEAPONSKILL_STD) = 0;
156
virtual CModelInfo* GetModelInfo(DWORD dwModelID, bool bCanBeInvalid = false) = 0;
0 commit comments