Corrected casing of ExtTextureSrgb.

This commit is contained in:
the_fiddler 2007-11-10 18:33:44 +00:00
parent 2a96408231
commit 270e19ab53

View file

@ -122,6 +122,7 @@ namespace Bind.Structures
translator.Append(name);
translator.Replace("Pname", "PName");
translator.Replace("SRgb", "Srgb");
return translator.ToString();
}