diff options
Diffstat (limited to 'src/game/client/components/skins.h')
| -rw-r--r-- | src/game/client/components/skins.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/components/skins.h b/src/game/client/components/skins.h index 9e20ba37..5305fa2b 100644 --- a/src/game/client/components/skins.h +++ b/src/game/client/components/skins.h @@ -20,7 +20,7 @@ public: bool operator<(const CSkin &Other) { return str_comp(m_aName, Other.m_aName) < 0; } }; - void Init(); + void OnInit(); vec3 GetColorV3(int v); vec4 GetColorV4(int v); |