Rename CInputFilter -> CPlayerStuckTracker & CPlayer progress

This commit is contained in:
2024-09-30 22:04:55 -06:00
parent e1b3244174
commit b5223e6d9a
17 changed files with 360 additions and 47 deletions

View File

@@ -43,8 +43,9 @@ public:
return *this;
}
void clear() {
T* ptr = data();
for (int i = 0; i < x0_count; ++i) {
destroy(&data()[i]);
destroy(&ptr[i]);
}
x0_count = 0;
}