Skip to content

Commit

Permalink
Minor spelling mistake + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
DaXcess committed May 30, 2024
1 parent e6b5f19 commit 271b110
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
**Bug Fixes**:
- Fixed some of the doors on Artiface not using the new VR interactions
- Leaving the game while spectating will no longer prevent spectating to work in the next game
- Fixed some issues on the main menu when certain mods are active

**Additions**:
- Added VR motion controls to the knife (you can now stabby stab)
Expand Down
4 changes: 2 additions & 2 deletions Source/OpenXR.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

namespace LCVR;

internal class OpenXR
internal static class OpenXR
{
[DllImport("UnityOpenXR", EntryPoint = "NativeConfig_GetRuntimeName")]
private static extern bool Internal_GetRuntimeName(out IntPtr runtimeNamePtr);
Expand Down Expand Up @@ -260,7 +260,7 @@ public static bool InitializeXR()
return true;
}

Logger.LogError("All available runtimes where attempted but none worked. Aborting...");
Logger.LogError("All available runtimes were attempted but none worked. Aborting...");
return false;
}

Expand Down

0 comments on commit 271b110

Please sign in to comment.