From 99a3f198578f79b48bca1821554fb4b76270cd27 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期二, 14 八月 2018 16:56:13 +0800
Subject: [PATCH] 2541 优化日志工具和bugly工具
---
Core/LightingMap/PrefabLightmapData.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Core/LightingMap/PrefabLightmapData.cs b/Core/LightingMap/PrefabLightmapData.cs
index d065e78..2f47128 100644
--- a/Core/LightingMap/PrefabLightmapData.cs
+++ b/Core/LightingMap/PrefabLightmapData.cs
@@ -44,7 +44,7 @@
if (tmpMaterialArray[j].shader.name.Contains("T4M 4 Textures")) {
Shader tmpShader = Shader.Find("T4MShaders/ShaderModel2/Diffuse/T4M 4 Textures");
if (tmpShader == null) {
- DesignDebug.Log("tmpShader is Null");
+ DebugEx.Log("tmpShader is Null");
continue;
}
tmpMaterialArray[j].shader = tmpShader;
--
Gitblit v1.8.0