A mathematical bug
Sometimes the software calculates decimal numbers incorrectly.
For example, instead of 0.2 it calculates 0.1999999, and sometimes 0.200000001.
I do not know why this happens, but it is repetitive.
Attach a Capx
https://googledrive.com/host/0B5et6AUuw ... 20Bug.capx
Description of Capx
It is a very short CAPX, so here's a picture:
Steps to Reproduce Bug
Just run the program with the debugger running, and see the bug.
Observed Result
Variable2 gets incorrect value.
Expected Result
Variable2 should be equal to 0.2
Affected Browsers
Tested on Chrome, Firefox, and Node-Webkit
Operating System and Service Pack
Win7
Construct 2 Version ID
I'm currently using r183, but I know that the bug was also in previous versions.