From b14814fe5ced2d7b70a88b46e42ea2276a33f048 Mon Sep 17 00:00:00 2001 From: the_fiddler Date: Wed, 2 Jan 2008 13:50:43 +0000 Subject: [PATCH] Fixed GL.Scale (was GL.Scaled) --- Source/Bind/Structures/Function.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Bind/Structures/Function.cs b/Source/Bind/Structures/Function.cs index 779fcc1e..4116dc2a 100644 --- a/Source/Bind/Structures/Function.cs +++ b/Source/Bind/Structures/Function.cs @@ -32,7 +32,7 @@ namespace Bind.Structures #endregion static Regex endings = new Regex(@"((([df]|u?[isb])v?)|v)", RegexOptions.Compiled | RegexOptions.RightToLeft); - static Regex endingsNotToTrim = new Regex("(ib|[tdrey]s|[eE]n[vd]|led|Flagv)", RegexOptions.Compiled | RegexOptions.RightToLeft); + static Regex endingsNotToTrim = new Regex("(ib|[tdrey]s|[eE]n[vd]|bled|Flagv)", RegexOptions.Compiled | RegexOptions.RightToLeft); /// /// Add a trailing v to functions matching this regex. Used to differntiate between overloads taking both