Fix LoadModel incorrect summary (#339)
This commit is contained in:
parent
4e5ee08da8
commit
ef98ca456a
1 changed files with 1 additions and 1 deletions
|
|
@ -1372,7 +1372,7 @@ public static unsafe partial class Raylib
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>Draw a model (with texture if set)</summary>
|
||||
/// <summary>Load model from files (meshes and materials)</summary>
|
||||
public static Model LoadModel(string fileName)
|
||||
{
|
||||
using AnsiBuffer str1 = fileName.ToAnsiBuffer();
|
||||
|
|
|
|||
Loading…
Reference in a new issue