mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-07 23:38:39 +00:00
Added missing ++ in BindMacro GPU method (#688)
This commit is contained in:
parent
51ea6fa583
commit
29a9c5f0b8
|
@ -131,7 +131,7 @@ namespace Ryujinx.Graphics.Graphics3d
|
|||
{
|
||||
int position = methCall.Argument;
|
||||
|
||||
_macros[_currMacroBindIndex] = new CachedMacro(this, _gpu.Engine3d, position);
|
||||
_macros[_currMacroBindIndex++] = new CachedMacro(this, _gpu.Engine3d, position);
|
||||
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue