From 0e8325e916a89336d12c17afe182f61dfefcfe98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Ritzl?= Date: Mon, 30 Aug 2021 09:10:09 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 948f0b9..758f884 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ This controls if the camera should follow the target along the horizontal axis o #### follow_vertical (boolean) This controls if the camera should follow the target along the vertical axis or not. See `camera.follow()` for details. -### follow_immediately (boolean) +#### follow_immediately (boolean) This controls if the camera should immediately position itself on the follow target when initialized or if it should apply lerp (see below). See `camera.follow()` for details. #### follow_target (hash)