Skip to content

Commit 347edca

Browse files
committed
oof
1 parent b78d9f0 commit 347edca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Basis/Packages/com.basis.eventdriver/BasisEventDriver.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ public void LateUpdate()
337337
if (!_hvrSimulateErrorLogged)
338338
{
339339
_hvrSimulateErrorLogged = true;
340-
BasisDebug.LogError($"HVRBasisBuiltInAddresses.Simulate failed: {ex}");
340+
Debug.LogError($"HVRBasisBuiltInAddresses.Simulate failed: {ex}");
341341
}
342342
}
343343

0 commit comments

Comments
 (0)