mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-09 08:18:34 +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;
|
int position = methCall.Argument;
|
||||||
|
|
||||||
_macros[_currMacroBindIndex] = new CachedMacro(this, _gpu.Engine3d, position);
|
_macros[_currMacroBindIndex++] = new CachedMacro(this, _gpu.Engine3d, position);
|
||||||
|
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue