Hej all,
I am working on an App with loads of tiny little details and Hairlines (1px lines), but on some devices it seems that they are disappearing on certain rows.
It seems that something is wrong with my config file.
Any ideas on how this should be adapted?
local aspectRatio = display.pixelHeight / display.pixelWidth application = { content = { width = aspectRatio \> 1.5 and 800 or math.ceil( 1200 / aspectRatio ), height = aspectRatio \< 1.5 and 1200 or math.ceil( 800 \* aspectRatio ), scale = "letterBox", --fps = 60, imageSuffix = { ["@2x"] = 1.3, }, },