Arcthesia / ArcCreate

Community based rhythm game editor and player made with Unity.
GNU General Public License v3.0
332 stars 54 forks source link

Fixed bug where charts remain loaded after the chart is closed. #57

Open Renjian-buchai opened 3 weeks ago

Renjian-buchai commented 3 weeks ago

Bug may be caused because, while Dispose was called on the Values of every single dictionary, the dictionary itself is never cleared, and hence, the Keys were never cleared.

With my current testing, I think I've fixed it, but I'll do further testing.