Optimizations

This commit is contained in:
Vortrex
2022-05-10 17:54:53 -05:00
parent 37d09c025f
commit 8e643e376c
5 changed files with 27 additions and 49 deletions

View File

@@ -1389,9 +1389,7 @@ function Enum(constantsList) {
// ===========================================================================
function clearArray(array) {
if(array != null) {
array.splice(0, array.length);
}
array.length = 0;
}
// ===========================================================================