summaryrefslogtreecommitdiffhomepage
path: root/examples/web/shaders/shaders_eratosthenes.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/web/shaders/shaders_eratosthenes.c')
-rw-r--r--examples/web/shaders/shaders_eratosthenes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/web/shaders/shaders_eratosthenes.c b/examples/web/shaders/shaders_eratosthenes.c
index 52041ab..d625ed2 100644
--- a/examples/web/shaders/shaders_eratosthenes.c
+++ b/examples/web/shaders/shaders_eratosthenes.c
@@ -62,7 +62,7 @@ int main(void)
// Load Eratosthenes shader
// NOTE: Defining 0 (NULL) for vertex shader forces usage of internal default vertex shader
- shader = LoadShader(0, FormatText("resources/shaders/glsl%i/eratosthenes.fs", GLSL_VERSION));
+ shader = LoadShader(0, TextFormat("resources/shaders/glsl%i/eratosthenes.fs", GLSL_VERSION));
// Create render texture to render to
target = LoadRenderTexture(screenWidth, screenHeight);