diff --git a/Source/OpenTK/OpenAL/AlTokens.cs b/Source/OpenTK/OpenAL/AlTokens.cs index 86d08315..661c1ac8 100644 --- a/Source/OpenTK/OpenAL/AlTokens.cs +++ b/Source/OpenTK/OpenAL/AlTokens.cs @@ -105,7 +105,7 @@ namespace OpenTK.OpenAL.Enums ///Indicate Source has relative coordinates. SourceRelative = 0x202, - ///Indicate whether Source is looping. Type: Al.Bool Range: [True, False] Default: False. + ///Indicate whether Source is looping. Type: bool Range: [True, False] Default: False. Looping = 0x1007, ///(EFX Extension)If this Source property is set to AL_TRUE (its default value), this Source’s direct-path is automatically filtered according to the orientation of the source relative to the listener and the setting of the Source property AL_CONE_OUTER_GAINHF. Range [AL_FALSE .. AL_TRUE] Default: AL_TRUE