Use sizeof(int) to make clear what the value is
This commit is contained in:
parent
b5e05d5d2c
commit
40a273167d
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ namespace Ryujinx.Audio.Renderer.Server.Splitter
|
||||||
|
|
||||||
if (destinationCount < parameter.DestinationCount)
|
if (destinationCount < parameter.DestinationCount)
|
||||||
{
|
{
|
||||||
input.Advance((parameter.DestinationCount - destinationCount) * 4);
|
input.Advance((parameter.DestinationCount - destinationCount) * sizeof(int));
|
||||||
}
|
}
|
||||||
|
|
||||||
Debug.Assert(parameter.Id == Id);
|
Debug.Assert(parameter.Id == Id);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue