cinder / Cinder

Cinder is a community-developed, free and open source library for professional-quality creative coding in C++.
http://libcinder.org
Other
5.31k stars 939 forks source link

Fixes copyRawRgbFullAlpha incorrect src offset #2266

Closed chaoticbob closed 2 years ago

chaoticbob commented 2 years ago

The constant for src should be 3 instead of 4 since the src surface is Rgb and not Rgba.