Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #96 from StomyPX/webxr_typo
Browse files Browse the repository at this point in the history
Library not building on Linux due to incorrect casing
  • Loading branch information
StomyPX committed Feb 15, 2023
2 parents 3f769a7 + 68e4d7e commit 9beb25e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Frontend/library/src/pixelstreamingfrontend.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright Epic Games, Inc. All Rights Reserved.

export { WebRtcPlayerController } from './WebRtcPlayer/WebRtcPlayerController';
export { WebXRController } from './WebXr/WebXRController';
export { WebXRController } from './WebXR/WebXRController';
export {
Config,
ControlSchemeType,
Expand Down

0 comments on commit 9beb25e

Please sign in to comment.