From 8c40261fee28308dbb3b3ac888f604b98367684b Mon Sep 17 00:00:00 2001 From: Xphalnos Date: Wed, 8 Oct 2025 13:45:49 +0200 Subject: [PATCH] Revert SDL3 Submodule Update --- 3rd_Party/SDL3 | 2 +- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/3rd_Party/SDL3 b/3rd_Party/SDL3 index a8589a8..a96677b 160000 --- a/3rd_Party/SDL3 +++ b/3rd_Party/SDL3 @@ -1 +1 @@ -Subproject commit a8589a84226a6202831a3d49ff4edda4acab9acd +Subproject commit a96677bdf6b4acb84af4ec294e5f60a4e8cbbe03 diff --git a/CMakeLists.txt b/CMakeLists.txt index 0e3b4fd..fd0b72f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -79,7 +79,7 @@ foreach(line ${submodule_lines}) if(submodule_path STREQUAL "3rd_Party/imgui") verify_pinned_commit("imgui" "${submodule_path}" "${commit_hash}" "bf75bfec48fc00f532af8926130b70c0e26eb099") elseif(submodule_path STREQUAL "3rd_Party/SDL3") - verify_pinned_commit("SDL3" "${submodule_path}" "${commit_hash}" "a8589a84226a6202831a3d49ff4edda4acab9acd") + verify_pinned_commit("SDL3" "${submodule_path}" "${commit_hash}" "a96677bdf6b4acb84af4ec294e5f60a4e8cbbe03") endif() message(STATUS "Verified submodule: ${submodule_path} (${commit_hash})")