Simple game crash bug. Creating a matrix and accessing specific indices of each vector will cause the game to crash.
vector mat[4]; Math3D.MatrixIdentity4(mat); Print(mat[0][2]);
Simple game crash bug. Creating a matrix and accessing specific indices of each vector will cause the game to crash.
vector mat[4]; Math3D.MatrixIdentity4(mat); Print(mat[0][2]);