Fix UI Shader

This commit is contained in:
tym
2025-09-11 15:00:19 +08:00
parent 60f8c15ee3
commit 4ff743ce2b
88 changed files with 6135 additions and 3889 deletions

View File

@@ -228,7 +228,7 @@ namespace MoleMole
}
AvatarModule instance = Singleton<AvatarModule>.Instance;
IslandVentureDispatchCond condition2 = condition.condition;
switch (condition2 - 1)
switch ((int)condition2 - 1)
{
case 0:
return selectedAvatarList.Contains(condition.para1);
@@ -373,7 +373,7 @@ namespace MoleMole
{
AvatarModule instance = Singleton<AvatarModule>.Instance;
IslandVentureDispatchCond condition2 = condition.condition;
switch (condition2 - 1)
switch ((int)condition2 - 1)
{
case 0:
{