23.06.2016, 16:41
Quote:
You declare the array with the Float tag. However '3' is not a float and throws the warning. Either declare it as '3.0' or find another way to do what you want. Also you do not need to explicitly state the size of the array dimensions in this case (the number between square brackets). The compiler is perfectly capable of counting.
|