System/Compose/New/ComposeWinModel.cs
@@ -220,7 +220,7 @@ public bool TryGetFirstTypeData(int firstType,out ComposeFirstTypeData firstTypeData) { firstTypeData = null; return composeDataDict.TryGetValue(firstType,out firstTypeData); return composeOpenDataDict.TryGetValue(firstType,out firstTypeData); } public bool TryGetSecondTypeData(int firstType,int secondType,out ComposeSecondTypeData secondTypeData)