Skip to content

Instantly share code, notes, and snippets.

@mfandl
Created July 6, 2016 13:53
Show Gist options
  • Save mfandl/dfc9398e7e5354af7193a67f8124250e to your computer and use it in GitHub Desktop.
Save mfandl/dfc9398e7e5354af7193a67f8124250e to your computer and use it in GitHub Desktop.
ouch
for (int y = 0; y < indiceRows.size() - 1; ++y) {
vector<ofIndexType>& currentRow = *indiceRows[y];
for (int x = 0; x < currentRow.size() - 1; ++x) {
...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment