From e287689c2a22d82522a5578205bf66f77c51a467 Mon Sep 17 00:00:00 2001 From: Aki Date: Mon, 4 Sep 2017 18:46:49 +0200 Subject: Note about Element's getSize --- not/Element.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/not/Element.lua b/not/Element.lua index 75d1790..3b0d13a 100644 --- a/not/Element.lua +++ b/not/Element.lua @@ -8,6 +8,7 @@ function Element:new (parent) self.y = 0 end +-- TODO: Element's getSize is temporary. Create BoxElement and move it there. function Element:getSize () return 0, 0 end -- cgit v1.1