mirror of
https://github.com/Cardidi/dotween-upm-fork.git
synced 2025-12-20 09:16:02 +08:00
Change hyper-compatible version description in DOTween Utility Panel
This commit is contained in:
parent
417bac736f
commit
40b34f03fa
@ -81,7 +81,7 @@ namespace DG.DOTweenEditor
|
||||
void OnEnable()
|
||||
{
|
||||
#if COMPATIBLE
|
||||
_innerTitle = "DOTween v" + DOTween.Version + (DOTween.isDebugBuild ? " [Debug Compatibility build]" : " [Release Compatibility build]");
|
||||
_innerTitle = "DOTween v" + DOTween.Version + " [Compatibility build]";
|
||||
#else
|
||||
_innerTitle = "DOTween v" + DOTween.Version + (DOTween.isDebugBuild ? " [Debug build]" : " [Release build]");
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user