Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
nathan.sweet committed Nov 6, 2011
1 parent a19575c commit ea9298c
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@ public Actor wrap (TableLayout layout, Object object) {
}
if (object == null) {
return new Actor() {
{
visible = false;
touchable = false;
}

public void draw (SpriteBatch batch, float parentAlpha) {
}

Expand Down

0 comments on commit ea9298c

Please sign in to comment.