Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
Geokureli committed Feb 25, 2025
1 parent f16a821 commit 3be1b99
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions flixel/system/debug/log/BitmapLog.hx
Original file line number Diff line number Diff line change
Expand Up @@ -253,11 +253,11 @@ class BitmapLog extends Window

function drawCanvas()
{
// if (canvas.bitmapData == null)
// {
// // If the window is too small there is no canvas bitmap
// return;
// }
if (canvas.bitmapData == null)
{
// If the window is too small there is no canvas bitmap
return;
}

final canvasBmd = canvas.bitmapData;

Expand Down

0 comments on commit 3be1b99

Please sign in to comment.