Fix comment grammar

Co-authored-by: Dennis Felsing <dennis@felsing.org>
This commit is contained in:
Chiller Dragon 2024-01-07 18:05:12 +01:00 committed by GitHub
parent b10030391d
commit e36f2bf7bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -365,7 +365,7 @@ void CCharacterCore::Tick(bool UseInput, bool DoDeferredTick)
// release_hooked();
}
// don't do this hook routine when we are hook to a player
// don't do this hook routine when we are already hooked to a player
if(m_HookedPlayer == -1 && distance(m_HookPos, m_Pos) > 46.0f)
{
vec2 HookVel = normalize(m_HookPos - m_Pos) * m_Tuning.m_HookDragAccel;