aboutsummaryrefslogtreecommitdiff
path: root/mp/src/public/mathlib/vector.h
diff options
context:
space:
mode:
Diffstat (limited to 'mp/src/public/mathlib/vector.h')
-rw-r--r--mp/src/public/mathlib/vector.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mp/src/public/mathlib/vector.h b/mp/src/public/mathlib/vector.h
index c19261d7..a797da25 100644
--- a/mp/src/public/mathlib/vector.h
+++ b/mp/src/public/mathlib/vector.h
@@ -1187,7 +1187,7 @@ inline Vector &AllocTempVector()
}
ThreadPause();
}
- return s_vecTemp[nIndex & 0xffff];
+ return s_vecTemp[nIndex];
}