mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-22 08:08:51 -05:00
Remove extra underscore from ChangedHistoryEvent
This commit is contained in:
parent
225b8f7962
commit
902f9719e8
@ -394,7 +394,7 @@ namespace UnityAtoms
|
||||
if (_changedWithHistory == null)
|
||||
{
|
||||
_changedWithHistory = ScriptableObject.CreateInstance<E2>();
|
||||
_changedWithHistory.name = $"{(String.IsNullOrWhiteSpace(name) ? "" : $"{name}_")}_ChangedWithHistoryEvent_Runtime_{typeof(E2)}";
|
||||
_changedWithHistory.name = $"{(String.IsNullOrWhiteSpace(name) ? "" : $"{name}_")}ChangedWithHistoryEvent_Runtime_{typeof(E2)}";
|
||||
_changedWithHistoryInstantiatedAtRuntime = true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user