comment pass

This commit is contained in:
2022-12-29 16:16:49 +01:00
parent 643e03192a
commit ff01a700bd
75 changed files with 634 additions and 65 deletions

View File

@@ -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>();