From 0a99f6828fbc8a856e9c48150754a11916d20fa0 Mon Sep 17 00:00:00 2001 From: "Lex Darlog (DRL)" <3897975+Lex-DRL@users.noreply.github.com> Date: Mon, 23 Feb 2026 02:35:05 -0300 Subject: [PATCH] change separator-comment lines --- comfy_extras/nodes_glsl.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/comfy_extras/nodes_glsl.py b/comfy_extras/nodes_glsl.py index 6f9e804b5..2f029a76e 100644 --- a/comfy_extras/nodes_glsl.py +++ b/comfy_extras/nodes_glsl.py @@ -144,7 +144,7 @@ def _detect_pass_count(source: str) -> int: return 1 -# ---------------------------------------------------------- +############################################################ class GLContext: @@ -497,7 +497,7 @@ class _GLContextOSMesa(GLContext): OSMesaMakeCurrent(self._osmesa_ctx, self._osmesa_buffer, self._gl.GL_UNSIGNED_BYTE, 64, 64) -# ---------------------------------------------------------- +############################################################ def _compile_shader(source: str, shader_type: int) -> int: