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 self.isTouchDevice = yes
end end
Generic:init() Generic.init(self)
end end
return Device return Device

Loading…
Cancel
Save