libprimis
libprimis copied to clipboard
`maxmerge` upper bound already exists as a constant
The var maxmerge
(in octa.cpp
) has bounds from 0 to 12, corresponding to the range of gridpowers to optimize to. However, this upper bound, 12, is defined as a constant in octaedit.cpp
already (also set to 12). These should be consolidated to all point towards the same symbol.
This issue appears to be stale.
Not stale, constant found in octarender.cpp
.