mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
internal/shader: bug fix: wrong issue number
Updates #2590 Updates #2648
This commit is contained in:
parent
ad23ae81c1
commit
1035b1d182
@ -3139,7 +3139,7 @@ func bar(x vec2) {
|
||||
}
|
||||
}
|
||||
|
||||
// Issue #2648
|
||||
// Issue #2590
|
||||
func TestAssignToUniformVariables(t *testing.T) {
|
||||
if _, err := compileToIR([]byte(`package main
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user