mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-06-20 20:37:59 +00:00
Fixed encoding error that prevent compilation on Linux.
This commit is contained in:
parent
f3bf5b866a
commit
aeebecc2b0
|
@ -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