Hidden indentation misalignment fixed.

This commit is contained in:
Thompson Lee 2016-07-31 01:27:10 -04:00
parent 934e0fd05a
commit ef913eb9a4

View File

@ -126,7 +126,7 @@ bool Mtx_Inverse(C3D_Mtx* out)
out->m[i] = inv[i] * det; out->m[i] = inv[i] * det;
return true; return true;
} }
return false; return false;