diff --git a/examples/shaders/shaders_postprocessing.c b/examples/shaders/shaders_postprocessing.c index b8b5f6aec..3c6950103 100644 --- a/examples/shaders/shaders_postprocessing.c +++ b/examples/shaders/shaders_postprocessing.c @@ -126,10 +126,11 @@ int main() //---------------------------------------------------------------------------------- BeginDrawing(); - ClearBackground(RAYWHITE); BeginTextureMode(target); // Enable drawing to texture + ClearBackground(RAYWHITE); + Begin3dMode(camera); DrawModel(dwarf, position, 2.0f, WHITE); // Draw 3d model with texture