Skip to content

Commit b0f9553

Browse files
committed
Update CubemapSkybox.cs
1 parent 15a9d63 commit b0f9553

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

source/CubemapSkybox.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ namespace Skyboxes
1515
{
1616
public readonly partial struct CubemapSkybox : IEntity
1717
{
18-
public CubemapSkybox(World world, Camera camera, CubemapTexture cubemap) :
19-
this(world, camera, cubemap, new LayerMask(0))
18+
public CubemapSkybox(World world, Camera camera, CubemapTexture cubemap) : this(world, camera, cubemap, new LayerMask(1))
2019
{
2120
}
2221

0 commit comments

Comments
 (0)