Open Zwelf opened 8 months ago
m_HookTick has the type NetTick in protocol.py, but is used as HookDuration. Starting with zero and incrementing one each tick until the roughly 60 ticks = 1.2s are passed.
m_HookTick
NetTick
libtw2 uses the Instant type, but Duration would be more correct.
Instant
Duration
m_HookTick
has the typeNetTick
in protocol.py, but is used as HookDuration. Starting with zero and incrementing one each tick until the roughly 60 ticks = 1.2s are passed.libtw2 uses the
Instant
type, butDuration
would be more correct.