From 27ec7e6ed528befce01505c30311174ba7d0a5ef Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gustavo=20Beltr=C3=A3o=20Braga?=
<38335492+Gustavobb@users.noreply.github.com>
Date: Wed, 3 Nov 2021 17:29:12 -0300
Subject: [PATCH] Change description of relative field in input drag event.
(cherry picked from commit 76c50928a1422cfddf5f0c3a4045454e080d4c07)
---
doc/classes/InputEventScreenDrag.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/classes/InputEventScreenDrag.xml b/doc/classes/InputEventScreenDrag.xml
index c2dc440cffe..f853614e1b0 100644
--- a/doc/classes/InputEventScreenDrag.xml
+++ b/doc/classes/InputEventScreenDrag.xml
@@ -19,7 +19,7 @@
The drag position.
- The drag position relative to its start position.
+ The drag position relative to the previous position (position at the last frame).
The drag speed.