Skip to content

Commit

Permalink
ajuste lambda y y
Browse files Browse the repository at this point in the history
  • Loading branch information
MonoAncestral committed Nov 5, 2020
1 parent 6db4743 commit 4cd81c4
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions PC Build/Assets/Scripts/Young/Young.cs
Original file line number Diff line number Diff line change
Expand Up @@ -189,23 +189,23 @@ void Update () {

public void ChangeButAction()
{
if (ChangeResultBut.text.Equals("Lambda"))
if (ChangeResultBut.text.Equals("y"))
{
SendChange = "1";
SetValuey.text = "0";
LambdaText.text = "";
ChangeResultBut.text = "y";
ChangeResultBut.text = "Lambda";
isYChecked = false;
isLambdaChecked = true;
ChangeResultConstant.text = "y(m)";
ChangeResultPrediction.text = "Lambda(nm)";
}
else if (ChangeResultBut.text.Equals("y"))
else if (ChangeResultBut.text.Equals("Lambda"))
{
SendChange = "0";
SetValuey.text = "0";
LambdaText.text = "";
ChangeResultBut.text = "Lambda";
ChangeResultBut.text = "y";
isYChecked = true;
isLambdaChecked = false;
ChangeResultConstant.text = "Lambda(nm)";
Expand Down
Binary file modified PC Build/Library/ScriptAssemblies/Assembly-CSharp-Editor.dll
Binary file not shown.
Binary file modified PC Build/Library/ScriptAssemblies/Assembly-CSharp.dll
Binary file not shown.
Binary file modified PC Build/Library/ScriptAssemblies/Assembly-CSharp.pdb
Binary file not shown.
Binary file modified PC Build/Library/SourceAssetDB
Binary file not shown.

0 comments on commit 4cd81c4

Please sign in to comment.