Remove e from secondes (#3270)

This commit is contained in:
Ethan Conneely
2023-08-28 21:49:45 +01:00
committed by GitHub
parent de3dc94d5b
commit fc0d132566
4 changed files with 8 additions and 8 deletions

View File

@@ -46,7 +46,7 @@ int main(void)
// Load shader and setup location points and values
Shader shader = LoadShader(0, TextFormat("resources/shaders/glsl%i/wave.fs", GLSL_VERSION));
int secondsLoc = GetShaderLocation(shader, "secondes");
int secondsLoc = GetShaderLocation(shader, "seconds");
int freqXLoc = GetShaderLocation(shader, "freqX");
int freqYLoc = GetShaderLocation(shader, "freqY");
int ampXLoc = GetShaderLocation(shader, "ampX");