@beshrkayali
view in Hidden.hpp
line 84, uncomment
Code: Select all
return const_cast<f32*>(&mat[0]);Code: Select all
return const_cast<f32*>(&mat.M[0]);Code: Select all
return const_cast<f32*>(&mat[0]);Code: Select all
return const_cast<f32*>(&mat.M[0]);