Skip to content

Commit

Permalink
Modify roll head tracking timing
Browse files Browse the repository at this point in the history
  • Loading branch information
Dasaav-dsv committed Feb 3, 2023
1 parent bbe3f6f commit 6368bf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/camera/TAE.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,13 @@ extern void GetTAEData()
case 307:
if (*reinterpret_cast<uint32_t*>(TraversePtr(EventTAECurrentPtr, 0x18)) == 504)
{
if ((CurrentAnimationIndex == 2 || CurrentAnimationIndex == 3) && track_roll)
if (track_roll)
{
SyncTime = 0.25f;
}
else
{
TrackHeadLocal = track_roll;
TrackHeadLocal = false;
}
}
else
Expand Down

0 comments on commit 6368bf2

Please sign in to comment.