comment pass
This commit is contained in:
@@ -38,7 +38,7 @@ namespace EscapeRoomEngine.Portal.Runtime
|
||||
private void Awake()
|
||||
{
|
||||
// get player camera
|
||||
_player = Player.Current;
|
||||
_player = Player.Instance;
|
||||
|
||||
// get portal camera
|
||||
_camera = GetComponent<Camera>();
|
||||
|
||||
Reference in New Issue
Block a user