Corrected casing of ExtTextureSrgb.
This commit is contained in:
parent
2a96408231
commit
270e19ab53
1 changed files with 1 additions and 0 deletions
|
@ -122,6 +122,7 @@ namespace Bind.Structures
|
|||
translator.Append(name);
|
||||
|
||||
translator.Replace("Pname", "PName");
|
||||
translator.Replace("SRgb", "Srgb");
|
||||
return translator.ToString();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue