You've already forked Nitro_Render_V3
mirror of
https://github.com/duckietm/Nitro_Render_V3.git
synced 2026-06-20 07:26:18 +00:00
🆙 Fix firework memory leak and update pixi.js
This commit is contained in:
@@ -103,9 +103,9 @@ export class RoomUnitStatusParser implements IMessageParser
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
statusActions.push(new RoomUnitStatusAction(parts[0], parts[1]));
|
||||
}
|
||||
|
||||
statusActions.push(new RoomUnitStatusAction(parts[0], parts[1]));
|
||||
}
|
||||
|
||||
this._statuses.push(new RoomUnitStatusMessage(unitId, x, y, z, height, headDirection, direction, targetX, targetY, targetZ, didMove, canStandUp, statusActions));
|
||||
|
||||
Reference in New Issue
Block a user