Different values on different devices in Corona Simulator.

Hello. I found a bug.
In my code I have a line:
[lua] fig.left = (fig[#fig].x - fig.w*sq_size)/sq_size+0.5[/lua]
On Android device it give to fig.left real number (for example, 5.8421052631579), but for iOS-devices - integer (5).

Please, make fix for this.

[import]uid: 75031 topic_id: 15945 reply_id: 315945[/import]

If you think you found a bug, please supply complete sample code that demonstrates the problem. Supplying one line of code with many unknowns does not show if the problem is in Corona or your own code. [import]uid: 7559 topic_id: 15945 reply_id: 59123[/import]