@dcl/protocol 1.0.0-4085628047.commit-0f6384e → 1.0.0-4114477251.commit-ccb88d6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dcl/protocol",
3
- "version": "1.0.0-4085628047.commit-0f6384e",
3
+ "version": "1.0.0-4114477251.commit-ccb88d6",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -26,5 +26,5 @@
26
26
  "out-js",
27
27
  "public"
28
28
  ],
29
- "commit": "0f6384e27ccf5aad4100076aa4a219a5d04c9f67"
29
+ "commit": "ccb88d679f20c0e22840c324879d7b2535f6c9a6"
30
30
  }
@@ -21,7 +21,7 @@ message PBMaterial {
21
21
  optional decentraland.common.TextureUnion texture = 1; // default = null
22
22
  optional float alpha_test = 2; // default = 0.5. range value: from 0 to 1
23
23
  optional bool cast_shadows = 3; // default = true
24
- optional decentraland.common.Color4 albedo_color = 4; // default = white;
24
+ optional decentraland.common.Color4 diffuse_color = 4; // default = white;
25
25
  }
26
26
 
27
27
  message PbrMaterial {