Skip to content

Commit

Permalink
fix: fix ActorMagicCaster::Update offset (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlayaN authored Dec 21, 2024
1 parent 990ecb9 commit 943c12e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions include/RE/A/ActorMagicCaster.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,13 @@ namespace RE
void AdjustActiveEffect(ActiveEffect* a_activeEffect, float a_power, bool a_arg3) override; // 1C

// add
#ifndef SKYRIMVR
virtual void Update(float a_delta); // 1D
#else
virtual void Unk_ID(void); // 1D
virtual void Unk_IE(void); // 1E
virtual void Update(float a_delta); // 1F
#endif

void CheckAttachCastingArt()
{
Expand Down

0 comments on commit 943c12e

Please sign in to comment.