Skip to content

Commit

Permalink
FlxPreloader: DCE fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Gama11 committed Dec 21, 2016
1 parent 948b03f commit 764a5a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flixel/system/FlxPreloader.hx
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ import flash.text.TextField;
import flash.text.TextFormat;
import flixel.FlxG;

@:bitmap("assets/images/preloader/light.png")
@:keep @:bitmap("assets/images/preloader/light.png")
private class GraphicLogoLight extends BitmapData {}

@:bitmap("assets/images/preloader/corners.png")
@:keep @:bitmap("assets/images/preloader/corners.png")
private class GraphicLogoCorners extends BitmapData {}

/**
Expand Down

0 comments on commit 764a5a8

Please sign in to comment.