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

Commit

Permalink
Merge pull request #157 from davesmits/feature/wackcompliant
Browse files Browse the repository at this point in the history
making SpectatorViewManager wack compliant
  • Loading branch information
keveleigh authored Jun 28, 2017
2 parents 2f3f07c + 9d643e9 commit 2e42345
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ namespace SpectatorView
public class SpectatorViewManager : SpectatorView.SV_Singleton<SpectatorViewManager>
{
#region DLLImports
#if UNITY_EDITOR
[DllImport("UnityCompositorInterface")]
private static extern int GetFrameWidth();

Expand Down Expand Up @@ -62,7 +63,6 @@ public class SpectatorViewManager : SpectatorView.SV_Singleton<SpectatorViewMana
[DllImport("UnityCompositorInterface")]
private static extern bool IsRecording();

#if UNITY_EDITOR
[DllImport("UnityCompositorInterface")]
private static extern bool GetEarliestHologramPose(
out float rotX, out float rotY, out float rotZ, out float rotW,
Expand Down

0 comments on commit 2e42345

Please sign in to comment.