Skip to content

Commit

Permalink
Update Data.as
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeevmm committed Jul 19, 2014
1 parent a7402e9 commit a336e0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/flashpunk/utils/Data.as
Expand Up @@ -124,7 +124,7 @@
* @param filename Save file to clear.
*/
public static function clearSave(filename:String):void {
Data.load(clearSave);
Data.load(filename);
_shared.clear();
}

Expand Down

0 comments on commit a336e0f

Please sign in to comment.