Skip to content

Commit

Permalink
[AssetsLibrary] Fix ALAssetsEnumerator signature
Browse files Browse the repository at this point in the history
  • Loading branch information
dalexsoto committed Feb 14, 2024
1 parent cc0fb84 commit ea239b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/AssetsLibrary/Compat.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@

namespace AssetsLibrary {

public delegate void ALAssetsEnumerator (ALAsset result, IntPtr index, ref bool stop);
public delegate void ALAssetsEnumerator (ALAsset result, nint index, ref bool stop);

public delegate void ALAssetsLibraryGroupsEnumerationResultsDelegate (ALAssetsGroup group, ref bool stop);

[EditorBrowsable (EditorBrowsableState.Never)]
Expand Down

0 comments on commit ea239b1

Please sign in to comment.