Skip to content

Commit

Permalink
Fix return type
Browse files Browse the repository at this point in the history
  • Loading branch information
ForestJ316 committed Apr 19, 2024
1 parent 795eff6 commit 85b6d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fixes/FirstPersonAlpha.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace Fixes::FirstPersonAlpha
}

private:
static RE::BSFadeNode* SetFPAlpha(RE::PlayerCharacter* player, float alpha_value)
static RE::NiAVObject* SetFPAlpha(RE::PlayerCharacter* player, float alpha_value)
{
// fade == false -> alpha_value = 2 to 3
// fade == true -> alpha_value = 0 to 1
Expand Down

0 comments on commit 85b6d15

Please sign in to comment.