Skip to content

Commit

Permalink
Added 'standardExtended' profile
Browse files Browse the repository at this point in the history
  • Loading branch information
vpmedia committed Mar 14, 2015
1 parent ee580a8 commit 82fe76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starling/src/starling/core/Starling.as
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ package starling.core
var currentProfile:String;

if (profile == "auto")
profiles = ["standard", "standardConstrained", "baselineExtended", "baseline", "baselineConstrained"];
profiles = ["standardExtended", "standard", "standardConstrained", "baselineExtended", "baseline", "baselineConstrained"];
else if (profile is String)
profiles = [profile as String];
else if (profile is Array)
Expand Down

0 comments on commit 82fe76c

Please sign in to comment.