mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-02-02 11:21:00 +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;
|
||||
public bool Generic
|
||||
{
|
||||
get { return generic; }
|
||||
set { generic = value; }
|
||||
get { return generic; }
|
||||
set { generic = value; }
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
|
Loading…
Reference in a new issue