Added 'new' keyword back

unity versions...
This commit is contained in:
darrelmarek 2017-09-28 14:56:54 -05:00
parent 573da23984
commit f791fb4688

View file

@ -46,7 +46,7 @@ public class CameraOcclusionProtector : MonoBehaviour
#endif #endif
// Private fields // Private fields
private Camera camera; private new Camera camera;
private Transform pivot; // The point at which the camera pivots around private Transform pivot; // The point at which the camera pivots around
private Vector3 cameraVelocity; private Vector3 cameraVelocity;
private float nearClipPlaneHalfHeight; private float nearClipPlaneHalfHeight;