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

Corrected XML comment capitalization in Model.cs.

This commit is contained in:
Meatcorps 2026-05-23 13:34:04 +02:00
commit 02e7a089d2

View file

@ -169,7 +169,7 @@ public unsafe struct Model
} }
/// <summary> /// <summary>
/// Meshes as span. based on MeshCount length /// Meshes as span. Based on MeshCount length
/// </summary> /// </summary>
public Span<Mesh> MeshesAsSpan() public Span<Mesh> MeshesAsSpan()
{ {