Skip to content

Commit b06fca6

Browse files
authored
Merge pull request #3822 from thalbern/feature/fix_error
replaced error with comment for platforms that don't have a controller visualization
2 parents 2564023 + 8977ddc commit b06fca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/MixedRealityToolkit/Providers/BaseController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ protected virtual bool TryRenderControllerModel(Type controllerType, InputSource
229229

230230
if (controllerModel == null)
231231
{
232-
Debug.LogError("Unable to locate controller model");
232+
// no controller model available
233233
return false;
234234
}
235235

0 commit comments

Comments
 (0)