From 02893fd92272a29ec5e1c0de6ea1fe04f8cd0953 Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期一, 20 五月 2019 20:50:39 +0800
Subject: [PATCH] 3627 【2.0】飞跃点距离较近时表现优化
---
Core/SFX/SFXController.cs | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/Core/SFX/SFXController.cs b/Core/SFX/SFXController.cs
index ccdc944..f812b6a 100644
--- a/Core/SFX/SFXController.cs
+++ b/Core/SFX/SFXController.cs
@@ -174,7 +174,10 @@
}
}
}
+ }
+ public void SetPaticleSystemSpeed(float speed)
+ {
if (m_CacheParticleSystem != null)
{
ParticleSystem.MainModule _mainModule;
--
Gitblit v1.8.0