From e7b012c640de15ea3978c536a80fd4fbaa3c6065 Mon Sep 17 00:00:00 2001 From: Hristo Stamenov Date: Sun, 14 Mar 2021 10:20:39 +0200 Subject: [PATCH] Removed license from screen. It is pu inside a license file anyway. --- examples/models/models_gltf_model.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/models/models_gltf_model.c b/examples/models/models_gltf_model.c index 7c0736a35..2e9e84563 100644 --- a/examples/models/models_gltf_model.c +++ b/examples/models/models_gltf_model.c @@ -98,8 +98,6 @@ int main(void) EndMode3D(); - DrawText("(cc0) Avocado by @Microsoft", screenWidth - 200, screenHeight - 20, 10, GRAY); - EndDrawing(); //---------------------------------------------------------------------------------- }