Skip to content

Commit

Permalink
Enable label scaling test
Browse files Browse the repository at this point in the history
Enabled back the label scaling test, as the bug was already fixed.
Resolves #39
  • Loading branch information
tzachshabtay committed Oct 28, 2017
1 parent 522f515 commit b4ee61d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Source/Tests/Engine/Graphics/SpriteTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,6 @@ private IEnumerable<IHasModelMatrix> getImplementors()
{
foreach (var sprite in ObjectTests.GetImplementors(_mocks, _mocks.GameState()))
{
//todo: Fix scaling for labels
if (sprite is AGSLabel || sprite is AGSButton) continue;

yield return sprite;
}
var resolver = ObjectTests.GetResolver();
Expand Down

0 comments on commit b4ee61d

Please sign in to comment.