This is not a sample properties table

This commit is contained in:
BlastBrothers 2022-04-17 11:38:28 -04:00
parent ab4f9945a5
commit 4bb77ea3cb
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ void FurnaceGUI::drawWaveEdit() {
}
if (settings.waveLayout){
if (ImGui::BeginTable("SampleProps",2,ImGuiTableFlags_SizingStretchSame)) {
if (ImGui::BeginTable("WaveProps",2,ImGuiTableFlags_SizingStretchSame)) {
ImGui::TableNextRow();
ImGui::TableNextColumn();
ImGui::Text("Width");