Fix typo
This commit is contained in:
parent
d32f7344ae
commit
e25121bb79
|
@ -170,7 +170,7 @@ namespace BizHawk.Client.Common
|
|||
// output[i + 1] = source[i + 2];
|
||||
// output[i + 2] = source[i + 1];
|
||||
byte temp = pSource[i];
|
||||
pSource[i] = source[i + 3];
|
||||
pSource[i] = pSource[i + 3];
|
||||
pSource[i + 3] = temp;
|
||||
|
||||
temp = pSource[i + 1];
|
||||
|
|
Loading…
Reference in New Issue