Skip to content

Commit

Permalink
Fix replacing WwiseEvent lengths in exports with multiple ints in the…
Browse files Browse the repository at this point in the history
… object name
  • Loading branch information
henbagle committed Sep 22, 2024
1 parent 7a245ca commit e7c26cc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public static void UpdateReferencedWwiseEventLengths(ExportEntry wwiseStreamExpo
tlkId = parsed;
specifyByGender = wwiseStreamExport.ObjectName.Name.Contains("player_", StringComparison.OrdinalIgnoreCase);
isFemaleStream = splits[i + 1] == "f";
break; // assume first int we find is the tlk id
}
}
if (tlkId == 0) return;
Expand Down

0 comments on commit e7c26cc

Please sign in to comment.