Skip to content

Commit

Permalink
Fix wrong HintPaths
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoco007 committed May 6, 2024
1 parent 3099f12 commit 273b304
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/CustomAvatar-Editor/CustomAvatar-Editor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
</PropertyGroup>
<ItemGroup>
<Reference Include="DynamicBone">
<HintPath>$(BeatSaberDir)\Beat Saber_Data\Managed\DynamicBone.dll</HintPath>
<HintPath>$(BeatSaberDir)\Libs\DynamicBone.dll</HintPath>
<Private>false</Private>
<Aliases>BeatSaberDynamicBone</Aliases>
</Reference>
<Reference Include="FinalIK">
<HintPath>$(BeatSaberDir)\Beat Saber_Data\Managed\FinalIK.dll</HintPath>
<HintPath>$(BeatSaberDir)\Libs\FinalIK.dll</HintPath>
<Private>false</Private>
<Aliases>BeatSaberFinalIK</Aliases>
</Reference>
Expand Down

0 comments on commit 273b304

Please sign in to comment.