Skip to content

Commit

Permalink
WIP: Improve Instrument and MusicVenueTool overlays.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeronica committed Feb 29, 2024
1 parent 3f23daa commit eec3d71
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ public class ActiveAudioOverlay {

@SuppressWarnings("deprecation")
public static void render(RenderGameOverlayEvent.Post event) {
// Display basic info about the instrument and tune. Optionally, displays some debug info depending on MXTune.isDevEnv flag.
// Based on the toast renderer for testing some ideas.
// Display SoundManager and ClientAudio debug info when the mxtune:placard_item is on the hot-bar.
if (isPlacardInHotBar()) {
final MatrixStack pPoseStack = event.getMatrixStack();
RenderSystem.color3f(1.0F, 1.0F, 1.0F);
Expand Down

0 comments on commit eec3d71

Please sign in to comment.