From b41b81cb4ef790dd4a088bba4a9c02456b8e16c5 Mon Sep 17 00:00:00 2001 From: Kinman Covey Date: Wed, 18 Jan 2017 14:40:09 -0600 Subject: [PATCH] Fix incorrect link for Delta3D engine The Delta3D engine link found in the "See Also" section of the page is incorrect. http://delta3d.org is a Chinese manufacturing company's website. http://delta3dengine.org/ is the correct website for the Delta 3D game engine. Found this while reading the page and visiting the link. Looked up the correct URL and wanted to propose a fix instead of leaving it be. --- html/component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/component.html b/html/component.html index 96ac3ba2..06120737 100644 --- a/html/component.html +++ b/html/component.html @@ -989,7 +989,7 @@

See Also

entirely around components.

  • -

    The open source Delta3D engine has a base +

    The open source Delta3D engine has a base GameActor class that implements this pattern with the appropriately named ActorComponent base class.