We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b78d9f0 commit 347edcaCopy full SHA for 347edca
1 file changed
Basis/Packages/com.basis.eventdriver/BasisEventDriver.cs
@@ -337,7 +337,7 @@ public void LateUpdate()
337
if (!_hvrSimulateErrorLogged)
338
{
339
_hvrSimulateErrorLogged = true;
340
- BasisDebug.LogError($"HVRBasisBuiltInAddresses.Simulate failed: {ex}");
+ Debug.LogError($"HVRBasisBuiltInAddresses.Simulate failed: {ex}");
341
}
342
343
0 commit comments