Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Adi committed Nov 25, 2014
1 parent b7611c5 commit 28c1f31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class Main {
_stage = new Stage(0x00FF00);
// Rendering options usage sample
var options = new RenderingOptions();
var options:RenderingOptions = {};
options.antialias = true;
options.resolution = 1;
options.transparent = true;
Expand Down

0 comments on commit 28c1f31

Please sign in to comment.