浏览代码

Remove log

/main
RSlysz 6 年前
当前提交
8e6992f8
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 1
      com.unity.render-pipelines.high-definition/HDRP/Editor/Lighting/Reflection/HDReflectionProbeUI.Drawers.cs

1
com.unity.render-pipelines.high-definition/HDRP/Editor/Lighting/Reflection/HDReflectionProbeUI.Drawers.cs


if (p.editorAdvancedModeEnabled.boolValue)
{
EditorGUI.BeginChangeCheck();
Debug.Log(editorAdvancedModeBlendDistancePositive.vector3Value + " " + editorAdvancedModeBlendDistanceNegative.vector3Value);
CoreEditorUtils.DrawVector6(
content,
editorAdvancedModeBlendDistancePositive, editorAdvancedModeBlendDistanceNegative, Vector3.zero, maxBlendDistance, HDReflectionProbeEditor.k_handlesColor);

正在加载...
取消
保存