Skip to content

Commit

Permalink
Fixed width of AwayStats label. Closes away3d#52
Browse files Browse the repository at this point in the history
  • Loading branch information
richardolsson committed Aug 20, 2011
1 parent 8acff64 commit b0b995e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/away3d/debug/AwayStats.as
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,7 @@ package away3d.debug
// SOFTWARE RENDERER WARNING
swhw_label_tf = new TextField;
swhw_label_tf.defaultTextFormat = _label_format;
swhw_label_tf.autoSize = TextFieldAutoSize.LEFT;
swhw_label_tf.text = 'DRIV:';
swhw_label_tf.x = 10;
swhw_label_tf.y = _LOWER_Y;
Expand Down Expand Up @@ -923,4 +924,4 @@ package away3d.debug
_endDrag();
}
}
}
}

0 comments on commit b0b995e

Please sign in to comment.