From 8bcc5f55e32c6e59795e4dbecb2f874b9ffea293 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agnis=20Aldi=C5=86=C5=A1=20=22NeZv=C4=93rs?= Date: Sat, 15 Nov 2025 15:10:58 +0200 Subject: [PATCH] update description --- examples/textures/textures_screen_buffer.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/textures/textures_screen_buffer.c b/examples/textures/textures_screen_buffer.c index fe5f7c59e..878186f2b 100644 --- a/examples/textures/textures_screen_buffer.c +++ b/examples/textures/textures_screen_buffer.c @@ -1,17 +1,17 @@ /******************************************************************************************* * -* raylib [] example - +* raylib [textures] example - screen buffer / update Image as screen buffer and display with texture * * Example complexity rating: [★★☆☆] 2/4 * * Example originally created with raylib 5.5, last time updated with raylib 5.6 * -* Example contributed by (@) and reviewed by Ramon Santamaria (@raysan5) +* Example contributed by Agnis Aldiņš (@nezvers) and reviewed by Ramon Santamaria (@raysan5) * * Example licensed under an unmodified zlib/libpng license, which is an OSI-certified, * BSD-like license that allows static linking with closed source software * -* Copyright (c) - (@) +* Copyright (c) 2025 Agnis Aldiņš (@nezvers) * ********************************************************************************************/