Skip to content

Commit

Permalink
fix: Flappybalt: bounce panels resetting thier sprites to default on …
Browse files Browse the repository at this point in the history
…clearSave
  • Loading branch information
ninjamuffin99 committed Jan 3, 2025
1 parent 5ca102a commit 0c40241
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Arcade/Flappybalt/source/Reg.hx
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ class Reg
*/
static public function getBounceImage(Height:Int):BitmapData
{
if (_bitmapData != null)
return _bitmapData;

_bitmapData = new BitmapData(8, Height, false, GREY_MED);

_rect = new Rectangle(4, 0, 4, Height);
Expand Down

0 comments on commit 0c40241

Please sign in to comment.