chore: move material compilation behind compiler flag

This commit is contained in:
Jan
2025-06-28 16:06:11 +01:00
parent b05a473e6a
commit f23b47ca13
7 changed files with 18 additions and 11 deletions

View File

@ -5,4 +5,8 @@ newoption {
newoption {
trigger = "debug-techset",
description = "Activate additional debugging logic for Techset assets"
}
}
newoption {
trigger = "experimental-material-compilation",
description = "Activate experimental material compilation support"
}