Work on Z2EnvSeMgr (#2059)

This commit is contained in:
hatal175
2024-02-03 02:28:50 -08:00
committed by GitHub
parent 228b5e17d8
commit c4cd497fd6
18 changed files with 1767 additions and 882 deletions
+1 -1
View File
@@ -257,7 +257,7 @@ public:
}
void updateLifeTime(u32 param_0) {
if (lifeTime < param_0) {
if (param_0 > lifeTime) {
lifeTime = param_0;
}
}