Update Prism to fix elseif shader bug (#887)

This commit is contained in:
Eblo
2025-05-20 21:31:22 -04:00
committed by GitHub
parent 6a3f6cd327
commit 3ee11a40a7
+1 -1
View File
@@ -108,6 +108,6 @@ option(PRISM_STANDALONE "Build prism as a standalone library" OFF)
FetchContent_Declare(
prism
GIT_REPOSITORY https://github.com/KiritoDv/prism-processor.git
GIT_TAG 493974843e910d0fac4e3bb1ec52656728b875b4
GIT_TAG 7ae724a6fb7df8cbf547445214a1a848aefef747
)
FetchContent_MakeAvailable(prism)