forked from MoonsideGames/MoonWorks
fix default pitch
parent
15aefc2212
commit
0dddf2a0af
|
@ -45,7 +45,7 @@ namespace MoonWorks.Audio
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private float _pitch = 1;
|
private float _pitch = 0;
|
||||||
public float Pitch
|
public float Pitch
|
||||||
{
|
{
|
||||||
get => _pitch;
|
get => _pitch;
|
||||||
|
|
Loading…
Reference in New Issue