Skip to content

Commit 8e9dfc4

Browse files
Enable requestFullscreen functionality in Application component
1 parent 22e7a67 commit 8e9dfc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing/src/application.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export function Application() {
1515
loadingProgression,
1616
unityProvider,
1717
isLoaded,
18-
// requestFullscreen,
18+
requestFullscreen,
1919
// requestPointerLock,
2020
// sendMessage,
2121
initialisationError,

0 commit comments

Comments
 (0)