mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-26 09:30:59 +00:00
* AL.cs: Removed CLSCompliant assembly attribute, as this is already
defined in GameWindow.cs
This commit is contained in:
parent
b373674564
commit
9a13fdb06f
|
@ -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