Skip to content
Snippets Groups Projects
Commit f9a3da7c authored by Tobias Schöner's avatar Tobias Schöner
Browse files

refactor: uncommented debugError line, as layer problems should be resolved

parent a932ca64
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ private void UpdateDisplay()
if (factObj == null)
{
// should never happen, if the layerMask is set up correctly
//Debug.LogError("WorldFactInteraction Raycast collided with object in factLayerMask, that did not contain a FactObject script: " + hit.transform.gameObject.name);
Debug.LogError("WorldFactInteraction Raycast collided with object in factLayerMask, that did not contain a FactObject script: " + hit.transform.gameObject.name);
lastHit = null;
Destroy(currentDisplay);
return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment