mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 14:46:03 +00:00
...
This commit is contained in:
parent
dc67266fc7
commit
ec5aad7cd5
1 changed files with 1 additions and 1 deletions
|
|
@ -255,7 +255,7 @@ class LoadShaderPrograms:
|
|||
d = parse_pipeline(k)
|
||||
except FileNotFoundError as e:
|
||||
try:
|
||||
get_custom_shader_src(k)
|
||||
custom_shader(k)
|
||||
except Exception:
|
||||
log_error(f'Failed to read custom shader pipeline definition from {k} with error: {e}')
|
||||
continue
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue