Merge branch 'dhain' into develop
# Conflicts: # Assets/Scripts/Cow.cs
This commit is contained in:
commit
e78fa38433
10 changed files with 140 additions and 110 deletions
|
|
@ -82,7 +82,7 @@ namespace Actions {
|
|||
bool rv = false;
|
||||
try {
|
||||
_animal = gameObject.GetComponent<Animal>();
|
||||
rv = true;
|
||||
rv = _animal != null;
|
||||
}
|
||||
catch { }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue