Removing my own uninformed sidenote.

merge-requests/5/head
Elliott Liggett 2021-05-30 23:35:30 -07:00
rodzic b5167a6a97
commit 1785811e71
1 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

@ -1450,9 +1450,6 @@ void wfmain::prepareWf(unsigned int wfLength)
{ {
unsigned int i=0; unsigned int i=0;
unsigned int oldSize = wfimage.size(); unsigned int oldSize = wfimage.size();
// Note: apparently .append() in this case does not add to the initial size.
// So if the initial size is 100 and you append 50 times,
// the end size is 50.
for(i=oldSize; i<(wfLength); i++) for(i=oldSize; i<(wfLength); i++)
{ {
wfimage.append(empty); wfimage.append(empty);