From 149498a164a77899b80c7952988bcde2ff691a36 Mon Sep 17 00:00:00 2001 From: T_chan Date: Wed, 26 Jan 2022 18:28:45 +0000 Subject: [PATCH] fix description --- samples/blend_test/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/blend_test/main.c b/samples/blend_test/main.c index 1243c44..e43afba 100644 --- a/samples/blend_test/main.c +++ b/samples/blend_test/main.c @@ -1,7 +1,7 @@ /* * This sample demonstrates blending, and the importance of drawing order, * depth testing and z-value. - * This is a merge of lerabot_blend_test and blend_test, with 2 added cases, + * This is a merge of lerabot_blend_test and blend_test, with 1 added case, * and with adapted/corrected explanation */