diff options
Diffstat (limited to 'examples/ex06b_logo_anim.c')
| -rw-r--r-- | examples/ex06b_logo_anim.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/ex06b_logo_anim.c b/examples/ex06b_logo_anim.c index 223801c5..d4dd9fde 100644 --- a/examples/ex06b_logo_anim.c +++ b/examples/ex06b_logo_anim.c @@ -11,12 +11,6 @@ #include "raylib.h" -// Useful function for fade-ins and fade-outs -Color Fade(Color col, float alpha) -{ - return (Color){col.r, col.g, col.b, col.a*alpha}; -} - int main() { // Initialization |
