增加finish
This commit is contained in:
parent
0381bfecba
commit
53beb1ec4e
@ -58,7 +58,6 @@ namespace QFramework
|
||||
var mat = obj.GetComponent<MeshRenderer>().material;
|
||||
//"99.99"
|
||||
char item = number[i];
|
||||
Debug.LogError(item);
|
||||
if (item == '.')
|
||||
{
|
||||
isPoint = true;
|
||||
@ -90,6 +89,8 @@ namespace QFramework
|
||||
mat.mainTexture = Resources.Load($"Number/Mask").As<Texture2D>();
|
||||
}
|
||||
}
|
||||
|
||||
this.Finish();
|
||||
}
|
||||
|
||||
public void OnExecute(float dt)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user