From 96d1b8c0681d1109de464c5f26760cca4c04eb81 Mon Sep 17 00:00:00 2001 From: Insality Date: Tue, 7 Feb 2023 19:04:39 +0200 Subject: [PATCH] Typo fix --- druid/base/drag.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/druid/base/drag.lua b/druid/base/drag.lua index ddbb5ba..2667ca4 100644 --- a/druid/base/drag.lua +++ b/druid/base/drag.lua @@ -156,7 +156,7 @@ end -- or create your own style -- @table style -- @tfield[opt=10] number DRAG_DEADZONE Distance in pixels to start dragging --- @tfield[opt=false] boolean NO_USE_SCREEN_KOEF If screen aspect ration affects on drag values +-- @tfield[opt=false] boolean NO_USE_SCREEN_KOEF If screen aspect ratio affects on drag values function Drag.on_style_change(self, style) self.style = {} self.style.DRAG_DEADZONE = style.DRAG_DEADZONE or 10