01.04.2017, 01:48
Here is a problem.
- You are using == on floats which is a bad idea since they are not precise. Use ( <= >=)
You have some issues to work out before you are even ready to save anything.
- You are using == on floats which is a bad idea since they are not precise. Use ( <= >=)
You have some issues to work out before you are even ready to save anything.