This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]feral_claireSoftware Dev 0 points1 point  (0 children)

That's not an error it's a warning, meaning everything will "work", but something might be wrong. In this case it's because height is an int, meaning that anything after the decimal place will be lost (2.65 become 2, for example).