Skip to content

Commit

Permalink
Graphics should have a private constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
jgranick committed Nov 9, 2015
1 parent bf63171 commit 0feb265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openfl/display/Graphics.hx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ import js.html.CanvasRenderingContext2D;
@:noCompletion private var __bitmap:BitmapData;


public function new () {
private function new () {

__commands = new DrawCommandBuffer ();
__strokePadding = 0;
Expand Down

0 comments on commit 0feb265

Please sign in to comment.