diff --git a/internal/shader/syntax_test.go b/internal/shader/syntax_test.go index 09dac042a..f3f4955be 100644 --- a/internal/shader/syntax_test.go +++ b/internal/shader/syntax_test.go @@ -3139,7 +3139,7 @@ func bar(x vec2) { } } -// Issue #2648 +// Issue #2590 func TestAssignToUniformVariables(t *testing.T) { if _, err := compileToIR([]byte(`package main