diff examples/example-animation/example-animation.c @ 472:bc5483849614

core: texture -> mlk_texture
author David Demelier <markand@malikania.fr>
date Mon, 27 Feb 2023 11:24:38 +0100
parents 0d6206cee6b9
children ca30ff96bbe0
line wrap: on
line diff
--- a/examples/example-animation/example-animation.c	Mon Feb 27 11:18:52 2023 +0100
+++ b/examples/example-animation/example-animation.c	Mon Feb 27 11:24:38 2023 +0100
@@ -46,7 +46,7 @@
 };
 
 static struct mlk_state *states[1];
-static struct texture numbers;
+static struct mlk_texture numbers;
 static struct mlk_animation animation;
 static struct mlk_sprite sprite;
 static int completed = 1;