Skip to content

Commit e4636fa

Browse files
committed
Fix app ID when loading manifest, add missing phase mode
1 parent c88e454 commit e4636fa

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

OpenVROverlayPipe/MainController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ private void Worker()
5252
if (!initComplete)
5353
{
5454
initComplete = true;
55-
_vr.AddApplicationManifest("./app.vrmanifest", "boll7708.openvrnotificationpipe", true);
55+
_vr.AddApplicationManifest("./app.vrmanifest", "boll7708.openvroverlaypipe", true);
5656
_openvrStatusAction.Invoke(true);
5757
RegisterEvents();
5858
_vr.SetDebugLogAction((message) =>

OpenVROverlayPipe/Notification/AnimationPhaseEnum.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ namespace OpenVROverlayPipe.Notification;
22

33
public enum AnimationPhaseEnum
44
{
5+
Linear,
56
Sine,
67
Cosine,
78
NegativeSine,

OpenVROverlayPipe/Properties/Resources.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,6 @@
125125
<value>..\resources\logo.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
126126
</data>
127127
<data name="Version" xml:space="preserve">
128-
<value>v3.0.2</value>
128+
<value>v3.0.3</value>
129129
</data>
130130
</root>

0 commit comments

Comments
 (0)