3.0.0-preview.12

# [3.0.0-preview.12](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v3.0.0-preview.11...v3.0.0-preview.12) (2020-08-11)

### Bug Fixes

* Profiler.BeginSample -> Profiler.EndSample if a canvas is disabled or a camera doesn't found ([4a0a5d1](4a0a5d13be))
This commit is contained in:
semantic-release-bot
2020-08-11 14:42:10 +00:00
parent 901e7f1647
commit af9909f4dc
3 changed files with 9 additions and 1 deletions

View File

@@ -461,6 +461,7 @@ namespace Coffee.UIExtensions
if (!cam)
{
Profiler.EndSample();
return;
}
if (m_IsTrail)