Skip to content

Commit

Permalink
Add img prev
Browse files Browse the repository at this point in the history
  • Loading branch information
ninpl committed May 10, 2017
1 parent 7bcefdb commit 00be81b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,23 +135,22 @@ public void ComprobarComando(string value)// Comprueba el comando
{
string temp = value;
string temp2 = string.Empty;
temp2 = temp.Replace(".", "");

for (int n = 0; n < comandosData.Comandos.Count; n++)
{
if (comandosData.Comandos[n].NombreComando == value)
{
temp2 = temp.Replace(".", "");

if (comandosData.Comandos[n].Activo == true)
{
if (!IsInvoking(temp2)) Invoke(temp2, 0f);
}
}
else
{
consolaReport.Add("> Ese comando no existe.");
/*consolaReport.Add("> Ese comando no existe.");
mInput.value = "";
mInput.isSelected = false;
mInput.isSelected = false;*/
}
}
}
Expand Down
Binary file added res/imgPrev.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 00be81b

Please sign in to comment.