fix device:init() bug on Android platform

pull/1217/head
Hans-Werner Hilse 10 years ago
parent 3629834c4d
commit 2775ade5d6

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

Loading…
Cancel
Save