Skip to content

Commit 10b8bfd

Browse files
committed
Fixed connection to SteamVR preventing HMD detection
- Thanks to Kadarus for the help!
1 parent 99d304e commit 10b8bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/2_Core/Managers/SteamVR/SteamVRWebConsoleSession.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ private static Message ParseMessage(string rawMessage) {
2222
}
2323

2424
public struct Message {
25-
public int nTimestamp;
25+
public long nTimestamp;
2626
public string sLogLevel;
2727
public string sLogName;
2828
public string sMessage;

0 commit comments

Comments
 (0)