Update AutoDeleteCache.cs
This commit is contained in:
parent
1e6f499995
commit
099cc21a81
1 changed files with 2 additions and 2 deletions
|
@ -78,9 +78,9 @@ namespace Ryujinx.Graphics.Gpu.Image
|
|||
/// <summary>
|
||||
/// Creates a new instance of the automatic deletion cache.
|
||||
/// </summary>
|
||||
public AutoDeleteCache(GpuContext _Context)
|
||||
public AutoDeleteCache(GpuContext context)
|
||||
{
|
||||
_context = _Context;
|
||||
_context = context;
|
||||
|
||||
_textures = new LinkedList<Texture>();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue