Update SDL to 3.2.16

This commit is contained in:
2025-06-02 19:23:34 +03:00
parent b1fd86e6b5
commit 149b189629
13 changed files with 49 additions and 34 deletions

View File

@@ -90,7 +90,7 @@ namespace Flax.Deps.Dependencies
CloneGitRepo(root, "https://github.com/libsdl-org/SDL");
GitFetch(root);
GitResetToCommit(root, "877399b2b2cf21e67554ed9046410f268ce1d1b2"); // 3.2.10
GitResetToCommit(root, "59693c8996acb0adb0c0ebad808c81ffaf36a2cd"); // 3.2.16
foreach (var platform in options.Platforms)
{