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

Commit

Permalink
Merge pull request #108 from irshad-q/dev
Browse files Browse the repository at this point in the history
parentResource field added to LoaderOptions
  • Loading branch information
adireddy authored Mar 1, 2017
2 parents 0de61e7 + aaff7f5 commit 1eb998e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pixi/loaders/LoaderOptions.hx
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ typedef LoaderOptions = {
@:optional var crossOrigin:Dynamic;
@:optional var loadType:Int;
@:optional var xhrType:String;
@:optional var parentResource:Resource;
}

0 comments on commit 1eb998e

Please sign in to comment.