fix device:init() bug on Android platform

This commit is contained in:
Hans-Werner Hilse
2014-11-24 08:52:01 +00:00
parent 3629834c4d
commit 2775ade5d6

View File

@@ -37,7 +37,7 @@ function Device:init()
self.isTouchDevice = yes
end
Generic:init()
Generic.init(self)
end
return Device