From f77c2135bb9238980fc0e549818bfa5207c7336e Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期四, 21 三月 2019 10:52:48 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
Core/MapEditor/Editor/MapEditor.cs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Core/MapEditor/Editor/MapEditor.cs b/Core/MapEditor/Editor/MapEditor.cs
index f55e06b..3a933a2 100644
--- a/Core/MapEditor/Editor/MapEditor.cs
+++ b/Core/MapEditor/Editor/MapEditor.cs
@@ -78,6 +78,7 @@
target.name = "MapEditor";
LS_KEY_SAVEPATH = System.Environment.CurrentDirectory + "/MapEditor/Save";
LS_KEY_EXPORTPATH = System.Environment.CurrentDirectory + "/MapEditor/Export";
+ EffectConfig.Init();
}
public override void OnInspectorGUI()
--
Gitblit v1.8.0