Jeremy Vineyard
Results
1
issues of
Jeremy Vineyard
Here's the code: ```SDL_Surface* surface = IMG_Load(path.string().c_str());``` This works usually, but if I use the Mac Finder to rotate an image (command-L), the image appears rotated in the Finder, but...