Skip to content

Commit

Permalink
StarlingBootstrap: Sets Starling.multitouchEnabled = true (closes #28)…
Browse files Browse the repository at this point in the history
…, and sets starling.skipUnchangedFrames to true
  • Loading branch information
joshtynjala committed Apr 17, 2016
1 parent 5322499 commit 6e2ea29
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,10 @@ package feathers.core
context3DProfile = Context3DProfile.BASELINE;
}
}
Starling.multitouchEnabled = true;
var starling:Starling = new Starling(null, this.stage, null, null, Context3DRenderMode.AUTO, context3DProfile);
starling.supportHighResolutions = this.stage.contentsScaleFactor > 1;
starling.skipUnchangedFrames = true;
return starling;
}

Expand Down

0 comments on commit 6e2ea29

Please sign in to comment.