Skip to content

Commit 0e8267a

Browse files
committed
PR fix
1 parent 404640c commit 0e8267a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Packages/webxr/Runtime/XRPlugin/WebXRSubsystem.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ namespace WebXR
1010
// TODO: we need an XRInputSubsystem implementation - this can only be done via native code
1111

1212
#if UNITY_XR_MANAGEMENT_4_3_1_OR_NEWER
13+
public abstract class WebXRSubsystemProvider : SubsystemProvider<WebXRSubsystem> { }
14+
1315
public class WebXRSubsystemDescriptor : SubsystemDescriptorWithProvider<WebXRSubsystem, WebXRSubsystemProvider>
1416
{
1517
public WebXRSubsystemDescriptor()
@@ -24,8 +26,6 @@ public class WebXRSubsystemDescriptor : SubsystemDescriptor<WebXRSubsystem>
2426
#endif
2527

2628
#if UNITY_XR_MANAGEMENT_4_3_1_OR_NEWER
27-
public abstract class WebXRSubsystemProvider : SubsystemProvider<WebXRSubsystem> { }
28-
2929
public class WebXRSubsystem : SubsystemWithProvider<WebXRSubsystem, WebXRSubsystemDescriptor, WebXRSubsystemProvider>
3030
#else
3131
public class WebXRSubsystem : Subsystem<WebXRSubsystemDescriptor>

0 commit comments

Comments
 (0)