Skip to content

Commit 8237435

Browse files
Fixed test with new protobuf property in LightSource
1 parent fa08974 commit 8237435

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/ecs/components/LightSource.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ describe('Generated LightSource ProtoBuf', () => {
1212
color: { r: 1, g: 1, b: 1 },
1313
brightness: 1,
1414
range: 10,
15+
shadowMaskTexture: undefined,
1516
shadow: components.PBLightSource_ShadowType.ST_NONE
1617
})
1718
})
@@ -29,6 +30,7 @@ describe('Generated LightSource ProtoBuf', () => {
2930
color: { r: 1, g: 1, b: 1 },
3031
brightness: 1,
3132
range: 10,
33+
shadowMaskTexture: undefined,
3234
shadow: components.PBLightSource_ShadowType.ST_NONE
3335
})
3436
})

0 commit comments

Comments
 (0)