diff options
| author | Ray <[email protected]> | 2021-03-12 18:05:09 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2021-03-12 18:05:09 +0100 |
| commit | 421c4e4cd85310bef3a8f79f89d23e3a1eac9668 (patch) | |
| tree | a49167a3f2c2ae7558c9a3a94696bc187ffbc824 /examples/web/shaders/shaders_texture_waves.c | |
| parent | cc62fcccc630fdc4badcad8381d5bb43eb71fa1f (diff) | |
| download | raylib.com-421c4e4cd85310bef3a8f79f89d23e3a1eac9668.tar.gz raylib.com-421c4e4cd85310bef3a8f79f89d23e3a1eac9668.zip | |
Renamed FormatText() -> TextFormat()
Diffstat (limited to 'examples/web/shaders/shaders_texture_waves.c')
| -rw-r--r-- | examples/web/shaders/shaders_texture_waves.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/web/shaders/shaders_texture_waves.c b/examples/web/shaders/shaders_texture_waves.c index 1a23c1c..f27fd53 100644 --- a/examples/web/shaders/shaders_texture_waves.c +++ b/examples/web/shaders/shaders_texture_waves.c @@ -77,7 +77,7 @@ int main(void) texture = LoadTexture("resources/space.png"); // Load shader and setup location points and values - shader = LoadShader(0, FormatText("resources/shaders/glsl%i/wave.fs", GLSL_VERSION)); + shader = LoadShader(0, TextFormat("resources/shaders/glsl%i/wave.fs", GLSL_VERSION)); secondsLoc = GetShaderLocation(shader, "secondes"); freqXLoc = GetShaderLocation(shader, "freqX"); |
