forked from MeloNX/MeloNX
Added missing ++ in BindMacro GPU method (#688)
This commit is contained in:
parent
218df96c61
commit
4f5018b73f
@ -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…
x
Reference in New Issue
Block a user