cepheidqq / FactorySkyline

MIT License
8 stars 13 forks source link

Altitude error #22

Open K14Mua opened 3 years ago

K14Mua commented 3 years ago

Strange bug. I select objects for copying. I will insert the blueprint in a new location. But objects for some reason are built slightly lower than the original. What is the reason for this error?

I recorded a video so that it would be clear what it was about. https://youtu.be/72Z4PNCB2t4

cepheidqq commented 3 years ago

The precision of float type in c++ is not good enough, it can be solved. But, it need to check tons of codes, I will do it after the main functions.