What's the difference?
in
Programming Questions
•
1 year ago
What am I missing here....?
I have a line of code. This version works:
- GY=((pointPaths[i][j].y/275)+(BoxY[q]/100)+(.65));
- GY=((pointPaths[i][j].y/275)+(BoxY[q]/100)+(65/100));
Your help is very much appreciated.
1