Skip to content
This repository has been archived by the owner on May 7, 2019. It is now read-only.

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
rexrainbow committed Dec 20, 2016
1 parent ddbb114 commit c0b7581
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions behaviors/rex_canvas_floodfill/edittime.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@

//////////////////////////////////////////////////////////////
// Conditions
AddCondition(1, cf_trigger, "On finished", "Process",
"{my} On processing finsihed",
"Triggered when process of getting average RGB had finished.", "OnFinished");

AddCondition(4,0 ,"Is processing","Process",
"Is processing",
"Return true if processing.","IsProcessing");
//AddCondition(1, cf_trigger, "On finished", "Process",
// "{my} On processing finsihed",
// "Triggered when process of getting average RGB had finished.", "OnFinished");
//
//AddCondition(4,0 ,"Is processing","Process",
// "Is processing",
// "Return true if processing.","IsProcessing");

//////////////////////////////////////////////////////////////
// Actions
Expand Down

0 comments on commit c0b7581

Please sign in to comment.