增加不允许判断

main
刘涛 2024-03-12 19:10:08 +08:00
parent f2be8723ef
commit eb8556be59
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ namespace Framework
get
{
#if UNITY_EDITOR
if (_tables == null)
if (_tables == null && !Application.isPlaying)
{
_tables = EditorTableManager.instance.tables;
}