Topic: matrix4 problem
Hi I'm having some problems with the following code, the error is
Expression of type 'irrlicht.core.matrix4' cannot be indexed
Here is a sample code:
Local irrMat:matrix4
irrMat[0] = [5]
I'm not sure if it's an error in the Irrlicht wrapper, or, an error with Blitzmax itself, I've had this problem before and couldn't fix it and gave up.
Thanks.