Can't convert from 'Float Array' to 'Float Array'?

BlitzMax Forums/BlitzMax Programming/Can't convert from 'Float Array' to 'Float Array'?

JoshK(Posted 2008) [#1]
Here is the function:
Method AddInstance(mat:TMat4,animMatrix:Float[]=Null)


fredborg(Posted 2008) [#2]
Where's the rest? :)


Dreamora(Posted 2008) [#3]
A little more code would be helpfull as that line didn't cause it per se, so I would guess that it is the call that causes the issue or some usage in the method.

you can for example not send something of float[,] or float[][] to that method


plash(Posted 2008) [#4]
Whats the call look like?