Skip to content

Commit

Permalink
Fix BSTimer offset
Browse files Browse the repository at this point in the history
  • Loading branch information
powerof3 committed Nov 19, 2024
1 parent 1d4f1e4 commit cf619e5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/RE/B/BSTimer.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ namespace RE
// members
std::uint64_t unk00; // 00
std::uint32_t lastPerformanceCount; // 08
std::uint32_t pad0C; // 0C
float clamp; // 10
float clampRemainder; // 14
float delta; // 18
Expand Down

0 comments on commit cf619e5

Please sign in to comment.