Skip to content

Commit 9cf2b0c

Browse files
committed
Disabled warnings.
1 parent 3fe9200 commit 9cf2b0c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Scripts/ARLightEstimation.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ namespace CandyCoded.ARFoundationComponents
1111
public class ARLightEstimation : MonoBehaviour
1212
{
1313

14+
#pragma warning disable CS0109
1415
public new Light light { get; private set; }
16+
#pragma warning restore CS0109
1517

1618
[SerializeField]
1719
private ARCameraManager _cameraManager;

0 commit comments

Comments
 (0)