diff options
Diffstat (limited to 'examples/web/shaders/shaders_postprocessing.c')
| -rw-r--r-- | examples/web/shaders/shaders_postprocessing.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/web/shaders/shaders_postprocessing.c b/examples/web/shaders/shaders_postprocessing.c index 10ce35d..bf8c4a9 100644 --- a/examples/web/shaders/shaders_postprocessing.c +++ b/examples/web/shaders/shaders_postprocessing.c @@ -75,7 +75,7 @@ Model model = { 0 }; // OBJ model Texture2D texture = { 0 }; // Model texture Shader shaders[MAX_POSTPRO_SHADERS] = { 0 }; // Postpro shaders -int currentShader = FX_GRAYSCALE = { 0 }; // Current shader selected +int currentShader = FX_GRAYSCALE; // Current shader selected Vector3 position = { 0.0f, 0.0f, 0.0f }; // Set model position |
