removed unused processesseessess
This commit is contained in:
parent
348f355eb2
commit
4fdc567e08
158 changed files with 1317 additions and 3351 deletions
|
|
@ -6,7 +6,7 @@
|
|||
(function (global) {
|
||||
function update(item, dt, worldRef) {
|
||||
if (!item || item.dead) return { done: true };
|
||||
return global.TarinaiItemDecaySystem?.update(item, dt, worldRef) || { done: false };
|
||||
return global.TarinaiItemDecaySystem.update(item, dt, worldRef) || { done: false };
|
||||
}
|
||||
|
||||
global.TarinaiItemDecayLifecycleStep = Object.freeze({ update });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue