chrislo27 / PolyrhythmMania

A game that faithfully recreates the Polyrhythm minigame from Rhythm Tengoku (リズム天国), with a built-in level editor
https://polyrhythmmania.rhre.dev
GNU General Public License v3.0
237 stars 18 forks source link

[Bug]: Rods don't make a landing sound on a block that was despawned #12

Closed chrislo27 closed 3 years ago

chrislo27 commented 3 years ago

Version

v1.0.0

Operating System

Windows 10

Problem Description

In regular Polyrhythm, rods don't play a landing sound if they land on a block that has been recently despawned.

Steps to Reproduce Problem

  1. Deploy a rod on the A row.
  2. Notice that it plays a land sound after it falls.
  3. Deploy a platform or piston on the leftmost part of the A row at least two beats later.
  4. Despawn it one beat later.
  5. Deploy a rod one beat later.
  6. Notice that it does not play the land sound.

Relevant log output

No response

(Optional) Other useful information

This has already been fixed for the next patch update with commit b12b500c.