fix spelling in ShowBitDepth

This commit is contained in:
Saas
2026-03-19 17:34:01 +01:00
parent 503a0e6763
commit 9505be310f
2 changed files with 2 additions and 2 deletions
@@ -12,7 +12,7 @@ namespace FlaxEngine.Tools
{
partial struct Options
{
private bool ShowBtiDepth => Format != AudioFormat.Vorbis;
private bool ShowBitDepth => Format != AudioFormat.Vorbis;
}
}
}