Skip to content

Commit

Permalink
Audio batching
Browse files Browse the repository at this point in the history
  • Loading branch information
metalgearsloth committed Nov 28, 2023
1 parent b0a46ce commit 5567e2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Robust.Client/Audio/AudioSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -609,6 +609,8 @@ protected override TimeSpan GetAudioLengthImpl(string filename)

private record struct UpdateAudioJob : IParallelRobustJob
{
public int BatchSize => 2;

public AudioSystem System;

public MapCoordinates OurPosition;
Expand Down

0 comments on commit 5567e2c

Please sign in to comment.