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 53917b1 commit f896220Copy full SHA for f896220
Client/mods/deathmatch/logic/CClientRenderElementManager.h
@@ -39,7 +39,7 @@ class CClientRenderElementManager
39
CClientTexture* FindAutoTexture(const SString& strFullFilePath, const SString& strUniqueName);
40
void Remove(CClientRenderElement* pElement);
41
42
- void DoPulse();
+ void DoPulse();
43
44
uint GetDxFontCount() { return m_uiStatsDxFontCount; }
45
uint GetGuiFontCount() { return m_uiStatsGuiFontCount; }
0 commit comments