Apply suggestions from code review
Co-Authored-By: Ac_K <Acoustik666@gmail.com>
This commit is contained in:
parent
aaa7547fa9
commit
e5956790fc
1 changed files with 2 additions and 0 deletions
|
@ -218,6 +218,7 @@ namespace Ryujinx.Graphics.Graphics3d
|
|||
_gpu.Renderer.RenderTarget.UnbindColor(fbIndex);
|
||||
|
||||
Profile.End(profile);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -297,6 +298,7 @@ namespace Ryujinx.Graphics.Graphics3d
|
|||
_gpu.Renderer.RenderTarget.UnbindZeta();
|
||||
|
||||
Profile.End(Profiles.GPU.Engine3d.SetZeta);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue