fix the pull request

also what did that force push do? did I lose commits now?
This commit is contained in:
tildearrow 2023-02-06 01:08:31 -05:00
parent 4f33f9d815
commit 8c2af08e5a
2 changed files with 0 additions and 3 deletions

View File

@ -20,8 +20,6 @@
#ifndef _ES5506_H
#define _ES5506_H
#pragma once
#include "../dispatch.h"
#include "../engine.h"
#include <queue>

View File

@ -248,7 +248,6 @@ void FurnaceGUI::drawSampleEdit() {
}
ImGui::EndCombo();
}
ImGui::Text("Length: %d",sample->samples);
bool isThereSNES=false;
for (int i=0; i<e->song.systemLen; i++) {