poc/visual: refer to DFSG media

This commit is contained in:
nick black 2020-02-12 07:22:09 -05:00
parent dd69695fde
commit bfd3d173d9
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

@ -18,7 +18,7 @@ int main(int argc, char** argv){
ncplane_dim_yx(n, &dimy, &dimx);
int averr;
auto ncv = ncplane_visual_open(n, "../data/dsscaw-purp.png", &averr);
auto ncv = ncplane_visual_open(n, "../data/changes.jpg", &averr);
if(!ncv){
goto err;
}