Fixed Monkey Mess

This commit is contained in:
dexy
2021-04-14 15:08:38 +10:00
Unverified
parent f83233f6fc
commit 66b1d619fe
2 changed files with 29 additions and 29 deletions
+1 -1
View File
@@ -1477,7 +1477,7 @@ namespace CodeWalker.World
var streaminf = streaminfs[i];
var left = 1.0f;
var right = 1.0f;
switch (streaminf.Header?.Unk06 ?? 0)
switch (streaminf.Header?.Pan ?? 0)
{
case 0://center/default
left = 1.0f;