Skip to content

Commit 0fc49ab

Browse files
committed
Fix trigger touching not updating in OnPhysicsSimulatePost
1 parent c66f4b8 commit 0fc49ab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/kz/trigger/kz_trigger.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ void KZTriggerService::OnPhysicsSimulate()
4444

4545
void KZTriggerService::OnPhysicsSimulatePost()
4646
{
47+
this->player->UpdateTriggerTouchList();
4748
this->TouchAll();
4849
/*
4950
NOTE:

0 commit comments

Comments
 (0)