mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 14:50:05 +00:00
Refactor color table functions to reference the lookup table where appropriate
This commit is contained in:
parent
c1280c05aa
commit
03f08d54f1
11 changed files with 30 additions and 29 deletions
|
|
@ -347,7 +347,7 @@ void Level3RasterView::ComputeSweep()
|
|||
timer.stop();
|
||||
logger_->debug("Vertices calculated in {}", timer.format(6, "%ws"));
|
||||
|
||||
UpdateColorTable();
|
||||
UpdateColorTableLut();
|
||||
|
||||
Q_EMIT SweepComputed();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue