Release 1.1.4

- Now shows inactive gems in socket group tooltips
- Minor rounding tweaks, more to come later
This commit is contained in:
Openarl
2016-09-30 00:40:28 +10:00
parent b21177e87e
commit 449394e45b
9 changed files with 62 additions and 21 deletions

View File

@@ -147,6 +147,9 @@ function EditClass:Draw(viewPort)
self:DrawControls(viewPort)
return
end
if not IsKeyDown("LEFTBUTTON") then
self.drag = false
end
if self.drag then
local cursorX, cursorY = GetCursorPos()
self.caret = DrawStringCursorIndex(textHeight, "VAR", self.buf, cursorX - textX, cursorY - textY)