up
This commit is contained in:
@@ -53,7 +53,7 @@ namespace Coolape
|
||||
|
||||
float times = 0;
|
||||
// Update is called once per frame
|
||||
void FixedUpdate ()
|
||||
void Update ()
|
||||
{
|
||||
if (isMoveToNow) {
|
||||
times += speed * Time.unscaledDeltaTime;
|
||||
|
||||
@@ -22,7 +22,7 @@ public class CLUIElementPopList : UIEventListener
|
||||
ArrayList values = new ArrayList ();
|
||||
values.AddRange (poplist.valueItems);
|
||||
if (poplist.items.Count == 0) {
|
||||
CLAlert.add (Localization.Get ("EmpyContent"), Color.white, 1, 1, false, Vector3.zero);
|
||||
//CLAlert.add (Localization.Get ("EmpyContent"), Color.white, 1, 1, false, Vector3.zero);
|
||||
}
|
||||
CLUIPopListPanel.show (poplist.items, values, (Callback)onSelectedValue);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user