Watch
2
0
Fork
You've already forked raylib-cs
0

Fix LoadModel incorrect summary (#339)

This commit is contained in:
Oosaka 2026-06-05 08:35:09 +02:00 committed by GitHub
commit ef98ca456a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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();