From cd2a2864f627a481653d4bdc6f1cb14bc26139f1 Mon Sep 17 00:00:00 2001 From: laurenloco Date: Sat, 16 Oct 2021 22:10:02 -0300 Subject: [PATCH] REVIEWED: EXAMPLE: textures_bunnymark This example wasn't added until 2.5, but the description said 1.6. --- examples/textures/textures_bunnymark.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/textures/textures_bunnymark.c b/examples/textures/textures_bunnymark.c index 9be7c5964..3800f5154 100644 --- a/examples/textures/textures_bunnymark.c +++ b/examples/textures/textures_bunnymark.c @@ -2,7 +2,7 @@ * * raylib [textures] example - Bunnymark * -* This example has been created using raylib 1.6 (www.raylib.com) +* This example has been created using raylib 2.5 (www.raylib.com) * raylib is licensed under an unmodified zlib/libpng license (View raylib.h for details) * * Copyright (c) 2014-2019 Ramon Santamaria (@raysan5)