Skip to content

Commit b59d5d7

Browse files
committed
Removed warnnig suppressors.
1 parent 9d565f8 commit b59d5d7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Scripts/ARLightEstimation.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,13 @@ public class ARLightEstimation : MonoBehaviour
1414
[SerializeField]
1515
private ARCameraManager _cameraManager;
1616

17-
#pragma warning disable CS0109
1817
public new Light light { get; private set; }
1918

20-
public new ARCameraManager cameraManager
19+
public ARCameraManager cameraManager
2120
{
2221
get => _cameraManager;
2322
set => _cameraManager = value;
2423
}
25-
#pragma warning restore CS0109
2624

2725
private void Awake()
2826
{

0 commit comments

Comments
 (0)