Skip to content

Commit

Permalink
update source/MusicBeatSubstate.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
MaysLastPlay committed Sep 11, 2024
1 parent 7fd6d74 commit 386241e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/MusicBeatSubstate.hx
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ class MusicBeatSubstate extends FlxSubState
{
if (virtualPad != null)
{
virtualPad.x = x;
virtualPad.y = y;
var camControls:FlxCamera = new FlxCamera();
FlxG.cameras.add(camControls, DefaultDrawTarget);
camControls.bgColor.alpha = 0;
Expand Down

0 comments on commit 386241e

Please sign in to comment.