Update release

This commit is contained in:
vczh
2022-12-09 16:33:25 -08:00
parent d31e9a5d4c
commit 03a5ee8544
123 changed files with 6883 additions and 6272 deletions
+1 -1
View File
@@ -182,7 +182,7 @@ Helper Functions
{
if (!GetGlobalStorageManager().storages)
{
GetGlobalStorageManager().storages = new Dictionary<WString, GlobalStorage*>;
GetGlobalStorageManager().storages = Ptr(new Dictionary<WString, GlobalStorage*>);
}
}