From d04b22c11640c5e64ff466449bf8c813c804037c Mon Sep 17 00:00:00 2001 From: Alejandro Alvarez Melucci Date: Wed, 29 Jan 2025 22:58:32 -0300 Subject: [PATCH] Updated feature protocol branch --- package-lock.json | 12 ++++++------ package.json | 2 +- .../playground-assets/etc/playground-assets.api.md | 7 ++++--- .../development-bundles/static-scene.test.ts.crdt | 8 ++++---- .../development-bundles/testing-fw.test.ts.crdt | 8 ++++---- .../development-bundles/two-way-crdt.test.ts.crdt | 8 ++++---- test/snapshots/package-lock.json | 2 +- .../production-bundles/append-value-crdt.ts.crdt | 6 +++--- test/snapshots/production-bundles/billboard.ts.crdt | 6 +++--- .../production-bundles/cube-deleted.ts.crdt | 6 +++--- test/snapshots/production-bundles/cube.ts.crdt | 6 +++--- test/snapshots/production-bundles/cubes.ts.crdt | 6 +++--- .../production-bundles/pointer-events.ts.crdt | 6 +++--- .../production-bundles/schema-components.ts.crdt | 6 +++--- test/snapshots/production-bundles/ui.ts.crdt | 4 ++-- .../production-bundles/with-main-function.ts.crdt | 6 +++--- 16 files changed, 50 insertions(+), 49 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4c1aefd01..2289a96ed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -11,7 +11,7 @@ "license": "Apache-2.0", "dependencies": { "@actions/core": "^1.10.0", - "@dcl/protocol": "https://sdk-team-cdn.decentraland.org/@dcl/protocol/branch//dcl-protocol-1.0.0-12994233430.commit-287cd98.tgz", + "@dcl/protocol": "https://sdk-team-cdn.decentraland.org/@dcl/protocol/branch//dcl-protocol-1.0.0-13043868109.commit-ba5dc44.tgz", "@dcl/quickjs-emscripten": "^0.21.0-3680274614.commit-1808aa1", "@dcl/ts-proto": "1.153.0", "@types/fs-extra": "^9.0.12", @@ -577,9 +577,9 @@ } }, "node_modules/@dcl/protocol": { - "version": "1.0.0-12994233430.commit-287cd98", - "resolved": "https://sdk-team-cdn.decentraland.org/@dcl/protocol/branch//dcl-protocol-1.0.0-12994233430.commit-287cd98.tgz", - "integrity": "sha512-mRXPZWSmzieEHWRxmm1b2kjVehdIojo5Q8ZdGcPPuveocs+X2FB77p3E2ufiNQExYbsUPPCuXXlBGUHZQCF8bA==", + "version": "1.0.0-13043868109.commit-ba5dc44", + "resolved": "https://sdk-team-cdn.decentraland.org/@dcl/protocol/branch//dcl-protocol-1.0.0-13043868109.commit-ba5dc44.tgz", + "integrity": "sha512-5tKPuCxY46+rNEkKswato1yWHq5WJ2BpFr9pD0iGUclL2TShZQ8ohdYRdfry6g1iex4VGrrtFC9iPjIBgez7rA==", "license": "Apache-2.0", "dependencies": { "@dcl/ts-proto": "1.154.0" @@ -8394,8 +8394,8 @@ } }, "@dcl/protocol": { - "version": "https://sdk-team-cdn.decentraland.org/@dcl/protocol/branch//dcl-protocol-1.0.0-12994233430.commit-287cd98.tgz", - "integrity": "sha512-mRXPZWSmzieEHWRxmm1b2kjVehdIojo5Q8ZdGcPPuveocs+X2FB77p3E2ufiNQExYbsUPPCuXXlBGUHZQCF8bA==", + "version": "https://sdk-team-cdn.decentraland.org/@dcl/protocol/branch//dcl-protocol-1.0.0-13043868109.commit-ba5dc44.tgz", + "integrity": "sha512-5tKPuCxY46+rNEkKswato1yWHq5WJ2BpFr9pD0iGUclL2TShZQ8ohdYRdfry6g1iex4VGrrtFC9iPjIBgez7rA==", "requires": { "@dcl/ts-proto": "1.154.0" }, diff --git a/package.json b/package.json index ee2daa950..24ec6648d 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "bugs": "https://github.com/decentraland/js-sdk-toolchain/issues", "dependencies": { "@actions/core": "^1.10.0", - "@dcl/protocol": "https://sdk-team-cdn.decentraland.org/@dcl/protocol/branch//dcl-protocol-1.0.0-12994233430.commit-287cd98.tgz", + "@dcl/protocol": "https://sdk-team-cdn.decentraland.org/@dcl/protocol/branch//dcl-protocol-1.0.0-13043868109.commit-ba5dc44.tgz", "@dcl/quickjs-emscripten": "^0.21.0-3680274614.commit-1808aa1", "@dcl/ts-proto": "1.153.0", "@types/fs-extra": "^9.0.12", diff --git a/packages/@dcl/playground-assets/etc/playground-assets.api.md b/packages/@dcl/playground-assets/etc/playground-assets.api.md index 2c0eecce5..0a085a637 100644 --- a/packages/@dcl/playground-assets/etc/playground-assets.api.md +++ b/packages/@dcl/playground-assets/etc/playground-assets.api.md @@ -2429,8 +2429,6 @@ export interface PBLightSource { brightness?: number | undefined; color?: PBColor3 | undefined; range?: number | undefined; - shadow?: PBLightSource_ShadowType | undefined; - shadowMaskTexture?: Texture | undefined; // (undocumented) type?: { $case: "point"; @@ -2451,6 +2449,7 @@ export namespace PBLightSource { // @public (undocumented) export interface PBLightSource_Point { + shadow?: PBLightSource_ShadowType | undefined; } // @public (undocumented) @@ -2458,7 +2457,7 @@ export namespace PBLightSource_Point { // (undocumented) export function decode(input: _m0.Reader | Uint8Array, length?: number): PBLightSource_Point; // (undocumented) - export function encode(_: PBLightSource_Point, writer?: _m0.Writer): _m0.Writer; + export function encode(message: PBLightSource_Point, writer?: _m0.Writer): _m0.Writer; } // @public (undocumented) @@ -2472,6 +2471,8 @@ export const enum PBLightSource_ShadowType { export interface PBLightSource_Spot { innerAngle?: number | undefined; outerAngle?: number | undefined; + shadow?: PBLightSource_ShadowType | undefined; + shadowMaskTexture?: TextureUnion | undefined; } // @public (undocumented) diff --git a/test/snapshots/development-bundles/static-scene.test.ts.crdt b/test/snapshots/development-bundles/static-scene.test.ts.crdt index 24b782659..0f452e59e 100644 --- a/test/snapshots/development-bundles/static-scene.test.ts.crdt +++ b/test/snapshots/development-bundles/static-scene.test.ts.crdt @@ -1,4 +1,4 @@ -SCENE_COMPILED_JS_SIZE_PROD=456.5k bytes +SCENE_COMPILED_JS_SIZE_PROD=463.2k bytes THE BUNDLE HAS SOURCEMAPS (start empty vm 0.21.0-3680274614.commit-1808aa1) OPCODES ~= 0k @@ -11,8 +11,8 @@ EVAL test/snapshots/development-bundles/static-scene.test.js REQUIRE: ~system/EngineApi REQUIRE: ~system/EngineApi OPCODES ~= 54k - MALLOC_COUNT = 13707 - ALIVE_OBJS_DELTA ~= 2.70k + MALLOC_COUNT = 13848 + ALIVE_OBJS_DELTA ~= 2.73k CALL onStart() main.crdt: PUT_COMPONENT e=0x200 c=1 t=0 data={"position":{"x":5.880000114440918,"y":2.7916901111602783,"z":7.380000114440918},"rotation":{"x":0,"y":0,"z":0,"w":1},"scale":{"x":1,"y":1,"z":1},"parent":0} main.crdt: PUT_COMPONENT e=0x202 c=1 t=0 data={"position":{"x":4,"y":0.800000011920929,"z":8},"rotation":{"x":0,"y":0,"z":0,"w":1},"scale":{"x":1,"y":1,"z":1},"parent":0} @@ -56,4 +56,4 @@ CALL onUpdate(0.1) OPCODES ~= 3k MALLOC_COUNT = -5 ALIVE_OBJS_DELTA ~= 0.00k - MEMORY_USAGE_COUNT ~= 1200.38k bytes \ No newline at end of file + MEMORY_USAGE_COUNT ~= 1212.29k bytes \ No newline at end of file diff --git a/test/snapshots/development-bundles/testing-fw.test.ts.crdt b/test/snapshots/development-bundles/testing-fw.test.ts.crdt index 1f20a01b9..0d5d58727 100644 --- a/test/snapshots/development-bundles/testing-fw.test.ts.crdt +++ b/test/snapshots/development-bundles/testing-fw.test.ts.crdt @@ -1,4 +1,4 @@ -SCENE_COMPILED_JS_SIZE_PROD=457k bytes +SCENE_COMPILED_JS_SIZE_PROD=463.7k bytes THE BUNDLE HAS SOURCEMAPS (start empty vm 0.21.0-3680274614.commit-1808aa1) OPCODES ~= 0k @@ -11,8 +11,8 @@ EVAL test/snapshots/development-bundles/testing-fw.test.js REQUIRE: ~system/EngineApi REQUIRE: ~system/EngineApi OPCODES ~= 63k - MALLOC_COUNT = 14228 - ALIVE_OBJS_DELTA ~= 2.85k + MALLOC_COUNT = 14369 + ALIVE_OBJS_DELTA ~= 2.88k CALL onStart() LOG: ["Adding one to position.y=0"] Renderer: PUT_COMPONENT e=0x0 c=1 t=1 data={"position":{"x":1,"y":0,"z":0},"rotation":{"x":0,"y":0,"z":0,"w":1},"scale":{"x":9,"y":9,"z":9},"parent":0} @@ -64,4 +64,4 @@ CALL onUpdate(0.1) OPCODES ~= 5k MALLOC_COUNT = -40 ALIVE_OBJS_DELTA ~= -0.01k - MEMORY_USAGE_COUNT ~= 1208.99k bytes \ No newline at end of file + MEMORY_USAGE_COUNT ~= 1220.90k bytes \ No newline at end of file diff --git a/test/snapshots/development-bundles/two-way-crdt.test.ts.crdt b/test/snapshots/development-bundles/two-way-crdt.test.ts.crdt index 0ee6dbaa5..5b0de48bf 100644 --- a/test/snapshots/development-bundles/two-way-crdt.test.ts.crdt +++ b/test/snapshots/development-bundles/two-way-crdt.test.ts.crdt @@ -1,4 +1,4 @@ -SCENE_COMPILED_JS_SIZE_PROD=457k bytes +SCENE_COMPILED_JS_SIZE_PROD=463.7k bytes THE BUNDLE HAS SOURCEMAPS (start empty vm 0.21.0-3680274614.commit-1808aa1) OPCODES ~= 0k @@ -11,8 +11,8 @@ EVAL test/snapshots/development-bundles/two-way-crdt.test.js REQUIRE: ~system/EngineApi REQUIRE: ~system/EngineApi OPCODES ~= 63k - MALLOC_COUNT = 14228 - ALIVE_OBJS_DELTA ~= 2.85k + MALLOC_COUNT = 14369 + ALIVE_OBJS_DELTA ~= 2.88k CALL onStart() LOG: ["Adding one to position.y=0"] Renderer: PUT_COMPONENT e=0x0 c=1 t=1 data={"position":{"x":1,"y":0,"z":0},"rotation":{"x":0,"y":0,"z":0,"w":1},"scale":{"x":9,"y":9,"z":9},"parent":0} @@ -64,4 +64,4 @@ CALL onUpdate(0.1) OPCODES ~= 5k MALLOC_COUNT = -40 ALIVE_OBJS_DELTA ~= -0.01k - MEMORY_USAGE_COUNT ~= 1209.00k bytes \ No newline at end of file + MEMORY_USAGE_COUNT ~= 1220.91k bytes \ No newline at end of file diff --git a/test/snapshots/package-lock.json b/test/snapshots/package-lock.json index 16cd9f4a7..0f31050e8 100644 --- a/test/snapshots/package-lock.json +++ b/test/snapshots/package-lock.json @@ -253,7 +253,7 @@ "@dcl/inspector": "file:../inspector", "@dcl/linker-dapp": "^0.14.2", "@dcl/mini-comms": "1.0.1-20230216163137.commit-a4c75be", - "@dcl/protocol": "1.0.0-11954515774.commit-3fb0262", + "@dcl/protocol": "1.0.0-12891435340.commit-b3fea33", "@dcl/quests-client": "^1.0.3", "@dcl/quests-manager": "^0.1.4", "@dcl/rpc": "^1.1.1", diff --git a/test/snapshots/production-bundles/append-value-crdt.ts.crdt b/test/snapshots/production-bundles/append-value-crdt.ts.crdt index 7af5762f9..a735b9b20 100644 --- a/test/snapshots/production-bundles/append-value-crdt.ts.crdt +++ b/test/snapshots/production-bundles/append-value-crdt.ts.crdt @@ -1,4 +1,4 @@ -SCENE_COMPILED_JS_SIZE_PROD=199.5k bytes +SCENE_COMPILED_JS_SIZE_PROD=202.5k bytes (start empty vm 0.21.0-3680274614.commit-1808aa1) OPCODES ~= 0k MALLOC_COUNT = 1005 @@ -9,7 +9,7 @@ EVAL test/snapshots/production-bundles/append-value-crdt.js REQUIRE: ~system/EngineApi REQUIRE: ~system/EngineApi OPCODES ~= 65k - MALLOC_COUNT = 12881 + MALLOC_COUNT = 12882 ALIVE_OBJS_DELTA ~= 2.88k CALL onStart() Renderer: APPEND_VALUE e=0x200 c=1063 t=0 data={"button":0,"hit":{"position":{"x":1,"y":2,"z":3},"globalOrigin":{"x":1,"y":2,"z":3},"direction":{"x":1,"y":2,"z":3},"normalHit":{"x":1,"y":2,"z":3},"length":10,"meshName":"mesh","entityId":512},"state":1,"timestamp":1,"analog":5,"tickNumber":0} @@ -55,4 +55,4 @@ CALL onUpdate(0.1) OPCODES ~= 14k MALLOC_COUNT = 31 ALIVE_OBJS_DELTA ~= 0.01k - MEMORY_USAGE_COUNT ~= 903.35k bytes \ No newline at end of file + MEMORY_USAGE_COUNT ~= 912.20k bytes \ No newline at end of file diff --git a/test/snapshots/production-bundles/billboard.ts.crdt b/test/snapshots/production-bundles/billboard.ts.crdt index 4a332da28..83bb698b1 100644 --- a/test/snapshots/production-bundles/billboard.ts.crdt +++ b/test/snapshots/production-bundles/billboard.ts.crdt @@ -1,4 +1,4 @@ -SCENE_COMPILED_JS_SIZE_PROD=232.5k bytes +SCENE_COMPILED_JS_SIZE_PROD=235.5k bytes (start empty vm 0.21.0-3680274614.commit-1808aa1) OPCODES ~= 0k MALLOC_COUNT = 1005 @@ -9,7 +9,7 @@ EVAL test/snapshots/production-bundles/billboard.js REQUIRE: ~system/EngineApi REQUIRE: ~system/EngineApi OPCODES ~= 67k - MALLOC_COUNT = 14994 + MALLOC_COUNT = 14995 ALIVE_OBJS_DELTA ~= 3.27k CALL onStart() OPCODES ~= 0k @@ -77,4 +77,4 @@ CALL onUpdate(0.1) OPCODES ~= 10k MALLOC_COUNT = 0 ALIVE_OBJS_DELTA ~= 0.00k - MEMORY_USAGE_COUNT ~= 1045.78k bytes \ No newline at end of file + MEMORY_USAGE_COUNT ~= 1054.65k bytes \ No newline at end of file diff --git a/test/snapshots/production-bundles/cube-deleted.ts.crdt b/test/snapshots/production-bundles/cube-deleted.ts.crdt index 928f251ff..21e07cba7 100644 --- a/test/snapshots/production-bundles/cube-deleted.ts.crdt +++ b/test/snapshots/production-bundles/cube-deleted.ts.crdt @@ -1,4 +1,4 @@ -SCENE_COMPILED_JS_SIZE_PROD=195.7k bytes +SCENE_COMPILED_JS_SIZE_PROD=198.7k bytes (start empty vm 0.21.0-3680274614.commit-1808aa1) OPCODES ~= 0k MALLOC_COUNT = 1005 @@ -9,7 +9,7 @@ EVAL test/snapshots/production-bundles/cube-deleted.js REQUIRE: ~system/EngineApi REQUIRE: ~system/EngineApi OPCODES ~= 56k - MALLOC_COUNT = 12036 + MALLOC_COUNT = 12037 ALIVE_OBJS_DELTA ~= 2.66k CALL onStart() OPCODES ~= 0k @@ -42,4 +42,4 @@ CALL onUpdate(0.1) OPCODES ~= 5k MALLOC_COUNT = 1 ALIVE_OBJS_DELTA ~= 0.00k - MEMORY_USAGE_COUNT ~= 866.11k bytes \ No newline at end of file + MEMORY_USAGE_COUNT ~= 874.98k bytes \ No newline at end of file diff --git a/test/snapshots/production-bundles/cube.ts.crdt b/test/snapshots/production-bundles/cube.ts.crdt index d479815d4..bc2dfa1ed 100644 --- a/test/snapshots/production-bundles/cube.ts.crdt +++ b/test/snapshots/production-bundles/cube.ts.crdt @@ -1,4 +1,4 @@ -SCENE_COMPILED_JS_SIZE_PROD=195.6k bytes +SCENE_COMPILED_JS_SIZE_PROD=198.6k bytes (start empty vm 0.21.0-3680274614.commit-1808aa1) OPCODES ~= 0k MALLOC_COUNT = 1005 @@ -9,7 +9,7 @@ EVAL test/snapshots/production-bundles/cube.js REQUIRE: ~system/EngineApi REQUIRE: ~system/EngineApi OPCODES ~= 56k - MALLOC_COUNT = 12009 + MALLOC_COUNT = 12010 ALIVE_OBJS_DELTA ~= 2.65k CALL onStart() OPCODES ~= 0k @@ -32,4 +32,4 @@ CALL onUpdate(0.1) OPCODES ~= 1k MALLOC_COUNT = 0 ALIVE_OBJS_DELTA ~= 0.00k - MEMORY_USAGE_COUNT ~= 856.02k bytes \ No newline at end of file + MEMORY_USAGE_COUNT ~= 864.89k bytes \ No newline at end of file diff --git a/test/snapshots/production-bundles/cubes.ts.crdt b/test/snapshots/production-bundles/cubes.ts.crdt index beabf217a..1d6bb5d61 100644 --- a/test/snapshots/production-bundles/cubes.ts.crdt +++ b/test/snapshots/production-bundles/cubes.ts.crdt @@ -1,4 +1,4 @@ -SCENE_COMPILED_JS_SIZE_PROD=232.9k bytes +SCENE_COMPILED_JS_SIZE_PROD=235.9k bytes (start empty vm 0.21.0-3680274614.commit-1808aa1) OPCODES ~= 0k MALLOC_COUNT = 1005 @@ -9,7 +9,7 @@ EVAL test/snapshots/production-bundles/cubes.js REQUIRE: ~system/EngineApi REQUIRE: ~system/EngineApi OPCODES ~= 106k - MALLOC_COUNT = 18336 + MALLOC_COUNT = 18337 ALIVE_OBJS_DELTA ~= 4.56k CALL onStart() OPCODES ~= 0k @@ -1652,4 +1652,4 @@ CALL onUpdate(0.1) OPCODES ~= 693k MALLOC_COUNT = 0 ALIVE_OBJS_DELTA ~= 0.00k - MEMORY_USAGE_COUNT ~= 1181.71k bytes \ No newline at end of file + MEMORY_USAGE_COUNT ~= 1190.58k bytes \ No newline at end of file diff --git a/test/snapshots/production-bundles/pointer-events.ts.crdt b/test/snapshots/production-bundles/pointer-events.ts.crdt index 95dba0ffc..610cecc35 100644 --- a/test/snapshots/production-bundles/pointer-events.ts.crdt +++ b/test/snapshots/production-bundles/pointer-events.ts.crdt @@ -1,4 +1,4 @@ -SCENE_COMPILED_JS_SIZE_PROD=196.5k bytes +SCENE_COMPILED_JS_SIZE_PROD=199.5k bytes (start empty vm 0.21.0-3680274614.commit-1808aa1) OPCODES ~= 0k MALLOC_COUNT = 1005 @@ -9,7 +9,7 @@ EVAL test/snapshots/production-bundles/pointer-events.js REQUIRE: ~system/EngineApi REQUIRE: ~system/EngineApi OPCODES ~= 57k - MALLOC_COUNT = 12295 + MALLOC_COUNT = 12296 ALIVE_OBJS_DELTA ~= 2.73k CALL onStart() OPCODES ~= 0k @@ -43,4 +43,4 @@ CALL onUpdate(0.1) OPCODES ~= 1k MALLOC_COUNT = 0 ALIVE_OBJS_DELTA ~= 0.00k - MEMORY_USAGE_COUNT ~= 873.75k bytes \ No newline at end of file + MEMORY_USAGE_COUNT ~= 882.62k bytes \ No newline at end of file diff --git a/test/snapshots/production-bundles/schema-components.ts.crdt b/test/snapshots/production-bundles/schema-components.ts.crdt index 349f3a459..ef8c9a53b 100644 --- a/test/snapshots/production-bundles/schema-components.ts.crdt +++ b/test/snapshots/production-bundles/schema-components.ts.crdt @@ -1,4 +1,4 @@ -SCENE_COMPILED_JS_SIZE_PROD=195.7k bytes +SCENE_COMPILED_JS_SIZE_PROD=198.6k bytes (start empty vm 0.21.0-3680274614.commit-1808aa1) OPCODES ~= 0k MALLOC_COUNT = 1005 @@ -9,7 +9,7 @@ EVAL test/snapshots/production-bundles/schema-components.js REQUIRE: ~system/EngineApi REQUIRE: ~system/EngineApi OPCODES ~= 59k - MALLOC_COUNT = 12136 + MALLOC_COUNT = 12137 ALIVE_OBJS_DELTA ~= 2.68k CALL onStart() OPCODES ~= 0k @@ -31,4 +31,4 @@ CALL onUpdate(0.1) OPCODES ~= 1k MALLOC_COUNT = 0 ALIVE_OBJS_DELTA ~= 0.00k - MEMORY_USAGE_COUNT ~= 858.44k bytes \ No newline at end of file + MEMORY_USAGE_COUNT ~= 867.31k bytes \ No newline at end of file diff --git a/test/snapshots/production-bundles/ui.ts.crdt b/test/snapshots/production-bundles/ui.ts.crdt index 78bd6cb8d..bec4aca79 100644 --- a/test/snapshots/production-bundles/ui.ts.crdt +++ b/test/snapshots/production-bundles/ui.ts.crdt @@ -1,4 +1,4 @@ -SCENE_COMPILED_JS_SIZE_PROD=353.8k bytes +SCENE_COMPILED_JS_SIZE_PROD=356.8k bytes (start empty vm 0.21.0-3680274614.commit-1808aa1) OPCODES ~= 0k MALLOC_COUNT = 1005 @@ -65,4 +65,4 @@ CALL onUpdate(0.1) OPCODES ~= 64k MALLOC_COUNT = 0 ALIVE_OBJS_DELTA ~= 0.00k - MEMORY_USAGE_COUNT ~= 1695.75k bytes \ No newline at end of file + MEMORY_USAGE_COUNT ~= 1704.57k bytes \ No newline at end of file diff --git a/test/snapshots/production-bundles/with-main-function.ts.crdt b/test/snapshots/production-bundles/with-main-function.ts.crdt index 4319e375e..6c7badbe4 100644 --- a/test/snapshots/production-bundles/with-main-function.ts.crdt +++ b/test/snapshots/production-bundles/with-main-function.ts.crdt @@ -1,4 +1,4 @@ -SCENE_COMPILED_JS_SIZE_PROD=196.3k bytes +SCENE_COMPILED_JS_SIZE_PROD=199.3k bytes (start empty vm 0.21.0-3680274614.commit-1808aa1) OPCODES ~= 0k MALLOC_COUNT = 1005 @@ -9,7 +9,7 @@ EVAL test/snapshots/production-bundles/with-main-function.js REQUIRE: ~system/EngineApi REQUIRE: ~system/EngineApi OPCODES ~= 56k - MALLOC_COUNT = 12165 + MALLOC_COUNT = 12166 ALIVE_OBJS_DELTA ~= 2.68k CALL onStart() OPCODES ~= 0k @@ -37,4 +37,4 @@ CALL onUpdate(0.1) OPCODES ~= 3k MALLOC_COUNT = 5 ALIVE_OBJS_DELTA ~= 0.00k - MEMORY_USAGE_COUNT ~= 871.57k bytes \ No newline at end of file + MEMORY_USAGE_COUNT ~= 880.43k bytes \ No newline at end of file