Small path fix

This commit is contained in:
Per Hultqvist 2024-11-10 18:24:52 +01:00
parent a1df2e388e
commit 6de5b09c62
2 changed files with 1 additions and 1 deletions

View file

@ -121,7 +121,7 @@ func main() {
light, dark := rl.Maroon, rl.Red
// Load the alpha discard shader
alphaDiscard := rl.LoadShader("", "resources/shaders/glsl330/alpha_discard.fs")
alphaDiscard := rl.LoadShader("", "alpha_discard.fs")
// Array filled with multiple random colors (when multicolor mode is set)
var multi [textMaxLayers]rl.Color