Removed unnecessary Destroy(this) in OnDestroy()
This commit is contained in:
parent
a70b14a67e
commit
d7cd2397f3
@ -236,7 +236,6 @@ namespace Terkoiz.Freecam
|
|||||||
{
|
{
|
||||||
// Destroy FreeCamScript before FreeCamController if exists
|
// Destroy FreeCamScript before FreeCamController if exists
|
||||||
Destroy(_freeCamScript);
|
Destroy(_freeCamScript);
|
||||||
Destroy(this);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user