浏览代码

Fix compile warning (#4186)

This was introduced after the last release, so no release notes needed.
/r2v-yamato-linux
GitHub 4 年前
当前提交
65a73e01
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      com.unity.ml-agents/Runtime/Sensors/RayPerceptionSensor.cs

2
com.unity.ml-agents/Runtime/Sensors/RayPerceptionSensor.cs


tagsEqual = hitObject.CompareTag(tag);
}
}
catch (UnityException e)
catch (UnityException)
{
// If the tag is null, empty, or not a valid tag, just ignore it.
}

正在加载...
取消
保存