Skip to content
This repository was archived by the owner on Jul 22, 2024. It is now read-only.

Commit 7a23e7b

Browse files
authored
Update WebXRCamera.cs
1 parent b4413cb commit 7a23e7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/WebXR/Scripts/WebXRCamera.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ void OnEnable()
3636
#if UNITY_EDITOR
3737
// No editor specific funtionality
3838
#elif UNITY_WEBGL
39-
postRenderCoroutine = StartCoroutine(endOfFrame());
39+
postRenderCoroutine = StartCoroutine(endOfFrame());
4040
#endif
4141
}
4242

0 commit comments

Comments
 (0)