Skip to content

Commit

Permalink
try disabling pallet init
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexandreRouma committed Jun 24, 2024
1 parent 1b0a5ed commit beb1897
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/gui/widgets/waterfall.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ namespace ImGui {
viewBandwidth = 1.0;
wholeBandwidth = 1.0;

updatePallette(DEFAULT_COLOR_MAP, 13);
//updatePallette(DEFAULT_COLOR_MAP, 13);
}

void WaterFall::init() {
Expand Down

0 comments on commit beb1897

Please sign in to comment.