GameplayTags icon indicating copy to clipboard operation
GameplayTags copied to clipboard

Hello, I have a code issue regarding the use of the CopyTo method

Open SuitedRioter opened this issue 1 year ago • 1 comments

Is there a problem with using CopyTo in GameplayTagContainer.cs? For example, in line 210, should your Clone method be written in this way: m_Indices.CopyTo(clone.m_Indices); Copy your own index to clone's index?

SuitedRioter avatar Jul 27 '24 04:07 SuitedRioter

It seems it’s not correct. I’m traveling, and I’ll fix it next week when I return. Thanks for opening the issue!

felipemcoliveira avatar Aug 15 '24 14:08 felipemcoliveira

@SuitedRioter I thought I had fixed the bug, but now I have actually resolved it!

felipemcoliveira avatar Sep 15 '24 00:09 felipemcoliveira