Rename From2D to FromACN2D

This commit is contained in:
Chris Robinson
2020-12-25 06:40:13 -08:00
parent 20820fd01b
commit 204f7d8811
6 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ auto GetAmbiLayout(AmbiLayout layouttype) noexcept -> const std::array<uint8_t,M
auto GetAmbi2DLayout(AmbiLayout layouttype) noexcept -> const std::array<uint8_t,MaxAmbi2DChannels>&
{
if(layouttype == AmbiLayout::FuMa) return AmbiIndex::FromFuMa2D;
return AmbiIndex::From2D;
return AmbiIndex::FromACN2D;
}