Fix typo bug and whitespace
This commit is contained in:
parent
effb281634
commit
0e21becbe3
1 changed files with 5 additions and 5 deletions
|
|
@ -66,7 +66,7 @@ namespace Raylib_cs
|
||||||
public static int GetShaderLocationAttrib(Shader shader, string attribName)
|
public static int GetShaderLocationAttrib(Shader shader, string attribName)
|
||||||
{
|
{
|
||||||
using var str1 = attribName.ToUTF8Buffer();
|
using var str1 = attribName.ToUTF8Buffer();
|
||||||
return GetShaderLocation(shader, str1.AsPointer());
|
return GetShaderLocationAttrib(shader, str1.AsPointer());
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>Takes a screenshot of current screen (saved a .png)</summary>
|
/// <summary>Takes a screenshot of current screen (saved a .png)</summary>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue