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