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

Commit

Permalink
Merge pull request #104 from elnabo/sprite_static
Browse files Browse the repository at this point in the history
Adding missing static
  • Loading branch information
adireddy authored Jan 12, 2017
2 parents 51fbfe0 + bc7f1ca commit 79c0f0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pixi/core/sprites/Sprite.hx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ extern class Sprite extends Container {
* @param source {}
* @return {Sprite} A Texture
*/
function from(source:Dynamic):Sprite;
static function from(source:Dynamic):Sprite;

/**
* Helper function that creates a sprite that will contain a texture from the TextureCache based on the frameId
Expand Down

0 comments on commit 79c0f0a

Please sign in to comment.