Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

I just found the reason. It's due to float precision issues. You can also achieve that bug by typing 0.1+0.2 which gives 0.3000000000000004 and the display doesn't show the 0.3 on the left.

Thanks, I'll try to fix that.