From c80696320b288d6d64621eae87b99bd22a311866 Mon Sep 17 00:00:00 2001 From: Dane Johnson Date: Thu, 4 Mar 2021 10:43:31 -0600 Subject: [PATCH] Fix light doc --- core/Light.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/Light.h b/core/Light.h index 624ef8d..f925e28 100644 --- a/core/Light.h +++ b/core/Light.h @@ -100,7 +100,7 @@ public: /** The direction from which this light is coming. - returns The direction of the light. + @returns The direction of the light. */ Vector3 GetDirection(); /**