Small path fix
This commit is contained in:
parent
a1df2e388e
commit
6de5b09c62
2 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ func main() {
|
||||||
light, dark := rl.Maroon, rl.Red
|
light, dark := rl.Maroon, rl.Red
|
||||||
|
|
||||||
// Load the alpha discard shader
|
// 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)
|
// Array filled with multiple random colors (when multicolor mode is set)
|
||||||
var multi [textMaxLayers]rl.Color
|
var multi [textMaxLayers]rl.Color
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue