mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Redundant
This commit is contained in:
parent
46e1112205
commit
c2737cd8e7
@ -80,7 +80,7 @@ namespace NewHorizons.Utility
|
|||||||
|
|
||||||
private static async Task<AudioClip> GetAudioClip(string filePath)
|
private static async Task<AudioClip> GetAudioClip(string filePath)
|
||||||
{
|
{
|
||||||
var extension = filePath.Split(new char[] { '.' }).Last();
|
var extension = filePath.Split('.').Last();
|
||||||
|
|
||||||
UnityEngine.AudioType audioType;
|
UnityEngine.AudioType audioType;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user