mirror of
https://github.com/Ryujinx/Opentk.git
synced 2024-12-25 06:15:29 +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;
|
||||
|
||||
[assembly:CLSCompliant(true)]
|
||||
|
||||
/* Type Mapping
|
||||
// 8-bit boolean
|
||||
typedef char ALboolean;
|
||||
|
|
Loading…
Reference in a new issue