typo fixes

This commit is contained in:
Roman Masanin
2020-10-17 19:05:41 +03:00
parent 63c2b98c5e
commit 3cbccd2ad3
2 changed files with 20 additions and 22 deletions

View File

@@ -53,7 +53,7 @@ struct CBulletTrace
bool m_bInUse;
uint32 m_nCreationTime;
uint32 m_nLifeTime;
float m_fThicknes;
float m_fThickness;
uint8 m_fVisibility;
void Update(void);