removed unused processesseessess
This commit is contained in:
parent
348f355eb2
commit
4fdc567e08
158 changed files with 1317 additions and 3351 deletions
|
|
@ -92,7 +92,7 @@
|
|||
|
||||
function dispatchTapAt(p) {
|
||||
if (!p?.inside) return false;
|
||||
global.TarinaiCommands?.dispatch?.(world, { type: "pointer.primary", x: p.x, y: p.y });
|
||||
global.TarinaiCommands.dispatch(world, { type: "pointer.primary", x: p.x, y: p.y });
|
||||
global.renderStats?.();
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue