quiet warnings and possible NULL checking crash fix for indentation functions.
This commit is contained in:
@@ -811,7 +811,7 @@ void single_axis_angle_to_mat3(float mat[3][3], const char axis, const float ang
|
||||
mat[2][2] = 1.0f;
|
||||
break;
|
||||
default:
|
||||
assert("invalid axis");
|
||||
assert(0);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user