|
|
@@ -103,15 +103,6 @@ public class GameMapEdPopup : PopupWindowContent
|
|
|
OnMapSelected(list.index);
|
|
|
}
|
|
|
|
|
|
- public void ChangeContentRect()
|
|
|
- {
|
|
|
- contentRect = new Rect(0f, 18f, popupSz.x - 20f, Mathf.Max(popupSz.y - 18, EditorGUIUtility.singleLineHeight * Asset.maps.Count + 5));
|
|
|
- }
|
|
|
-
|
|
|
- public void ChangeMapSelected(int id)
|
|
|
- {
|
|
|
- OnMapSelected(0);
|
|
|
- }
|
|
|
|
|
|
// ----------------------------------------------------------------------------------------------------------------
|
|
|
}
|