修修补补

Signed-off-by: TRADER_FOER <lhf190@outlook.com>
This commit is contained in:
2026-07-17 21:09:34 +08:00
parent df453844e4
commit 19bf49289e
26 changed files with 228698 additions and 47852 deletions

View File

@@ -20,7 +20,7 @@ namespace I2.Loc
bool changed = mInstance==null;
if (mInstance==null)
mInstance = (ResourceManager)FindObjectOfType(typeof(ResourceManager));
mInstance = (ResourceManager)FindFirstObjectByType(typeof(ResourceManager));
if (mInstance==null)
{
@@ -183,4 +183,4 @@ namespace I2.Loc
#endregion
}
}
}