mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-11 18:51:16 +00:00
Document entropy build result
This commit is contained in:
parent
eedc1c2aa7
commit
8db8a0cfc1
@ -356,7 +356,7 @@ int Matrix4::Invert(Matrix4& p_mat)
|
||||
// FUNCTION: BETA10 0x1005aa20
|
||||
void Matrix4::Swap(int p_d1, int p_d2)
|
||||
{
|
||||
// TODO: Document entropy build result
|
||||
// This function is affected by entropy even in debug builds
|
||||
int i;
|
||||
float e;
|
||||
for (i = 0; i < 4; i++) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user