From 0c40241f49eaabc12a3f3351848555b7ee5d4157 Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Thu, 2 Jan 2025 17:39:24 -0800 Subject: [PATCH] fix: Flappybalt: bounce panels resetting thier sprites to default on clearSave --- Arcade/Flappybalt/source/Reg.hx | 3 --- 1 file changed, 3 deletions(-) diff --git a/Arcade/Flappybalt/source/Reg.hx b/Arcade/Flappybalt/source/Reg.hx index df09a4864..23fd1f18d 100644 --- a/Arcade/Flappybalt/source/Reg.hx +++ b/Arcade/Flappybalt/source/Reg.hx @@ -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);