mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-02 02:12:25 -07:00
Remove unneeded ".this"
This commit is contained in:
@@ -6,7 +6,7 @@ namespace Ryujinx.HLE.HOS.Services.Vi
|
||||
|
||||
public Display(string name)
|
||||
{
|
||||
this.Name = name;
|
||||
Name = name;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user