mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-26 04:25:30 +00:00
* AL.cs: Removed CLSCompliant assembly attribute, as this is already
defined in GameWindow.cs
This commit is contained in:
parent
4e7978105b
commit
da62a4fd7f
|
@ -13,8 +13,6 @@ using System.Security;
|
||||||
|
|
||||||
using OpenTK.Math;
|
using OpenTK.Math;
|
||||||
|
|
||||||
[assembly:CLSCompliant(true)]
|
|
||||||
|
|
||||||
/* Type Mapping
|
/* Type Mapping
|
||||||
// 8-bit boolean
|
// 8-bit boolean
|
||||||
typedef char ALboolean;
|
typedef char ALboolean;
|
||||||
|
|
Loading…
Reference in a new issue