simple typo
HirokiKoide opened this issue · 0 comments
HirokiKoide commented
In README.md, there is a simple typo.
in Usage in C++ section,
std::cout << data[y][x]; // note: not [x][y].
should be
std::cout << frame[y][x]; // note: not [x][y].
HirokiKoide opened this issue · 0 comments
In README.md, there is a simple typo.
in Usage in C++ section,
std::cout << data[y][x]; // note: not [x][y].
should be
std::cout << frame[y][x]; // note: not [x][y].