We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15a9d63 commit b0f9553Copy full SHA for b0f9553
1 file changed
source/CubemapSkybox.cs
@@ -15,8 +15,7 @@ namespace Skyboxes
15
{
16
public readonly partial struct CubemapSkybox : IEntity
17
18
- public CubemapSkybox(World world, Camera camera, CubemapTexture cubemap) :
19
- this(world, camera, cubemap, new LayerMask(0))
+ public CubemapSkybox(World world, Camera camera, CubemapTexture cubemap) : this(world, camera, cubemap, new LayerMask(1))
20
21
}
22
0 commit comments