UI improvements

This commit is contained in:
kepler155c@gmail.com
2017-10-07 23:03:18 -04:00
parent af981dd1f8
commit 98ec840db1
8 changed files with 240 additions and 166 deletions

View File

@@ -36,7 +36,7 @@ return function(base)
c.is_a =
function(self, klass)
local m = getmetatable(self)
while m do
while m do
if m == klass then return true end
m = m._base
end