Skip to content

Commit

Permalink
Fixing Fret.blend intersecting faces again (YARC-Official#182)
Browse files Browse the repository at this point in the history
* Fixing Fret.blend intersecting faces again

* Adding back using System for linux builds

---------

Co-authored-by: Joseph Ecker <[email protected]>
  • Loading branch information
eckerj and Joseph Ecker authored Apr 23, 2023
1 parent 89c0737 commit 72805cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified Assets/Art/Meshes/Fret.blend
Binary file not shown.
3 changes: 2 additions & 1 deletion Assets/Script/UI/SelectedSongView.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using System.Collections;
using System.IO;
using System;
using TMPro;
using UnityEngine;
using UnityEngine.Experimental.Rendering;
Expand Down Expand Up @@ -215,4 +216,4 @@ public void SearchSource() {
SongSelect.Instance.searchField.text = $"source:{songInfo.source}";
}
}
}
}

0 comments on commit 72805cc

Please sign in to comment.