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(); //---------------------------------------------------------------------------------- }