ToruNiina/libasd

simple typo

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].