Apoc
Well-Known Member
- Joined
- Jan 16, 2010
- Messages
- 2,790
- Reaction score
- 94
For the love of god, go through your wrappers and make sure you're reading things as the datatype they're supposed to be read as.
unit.BoundingRadius is being read as a non-float (I'm assuming an int). If that's not the case, your descriptors are all fucked up. (Hint: The value should be between 0.5 and ~6. Not in the upper 10 millions)
unit.BoundingRadius is being read as a non-float (I'm assuming an int). If that's not the case, your descriptors are all fucked up. (Hint: The value should be between 0.5 and ~6. Not in the upper 10 millions)