Refactor DownloadIndexBuffer to return unsigned data

This commit is contained in:
Wojtek Figat
2021-08-13 10:06:29 +02:00
parent f44e5fb2fe
commit af22c7e96f
5 changed files with 15 additions and 15 deletions

View File

@@ -20,7 +20,7 @@ namespace FlaxEngine.Utilities
/// <summary>
/// The index buffer.
/// </summary>
public int[] IndexBuffer;
public uint[] IndexBuffer;
/// <summary>
/// The vertex buffer.