Changed shader selection priority

This commit is contained in:
Digital Artifex
2025-11-04 16:17:35 -05:00
parent 60c8d65ee5
commit 5f6980f6ee
2 changed files with 2 additions and 2 deletions

View File

@@ -230,7 +230,7 @@ Item
window.tmp_source = source
break;
case ShaderChannel.Type.ShaderChannel:
window.currentFolder = window.shaderFolder
window.currentFolder = window.shaderFolder + "/generative"
window.tmp_source = source
break;
case ShaderChannel.Type.VideoChannel: