mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-09-12 13:27:10 +00:00
Fixed encoding error that prevent compilation on Linux.
This commit is contained in:
parent
52678e9479
commit
442a17d799
|
@ -158,8 +158,8 @@ namespace Bind.Structures
|
||||||
bool generic;
|
bool generic;
|
||||||
public bool Generic
|
public bool Generic
|
||||||
{
|
{
|
||||||
get { return generic; }
|
get { return generic; }
|
||||||
set { generic = value; }
|
set { generic = value; }
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
Loading…
Reference in a new issue