mirror of
https://github.com/love2d/love.git
synced 2026-08-15 07:41:11 +02:00
Update the internal naming convention for pixel formats.
--HG-- branch : minor
This commit is contained in:
@@ -980,7 +980,7 @@ void Graphics::present(void *screenshotCallbackData)
|
||||
|
||||
try
|
||||
{
|
||||
img = imagemodule->newImageData(w, h, PIXELFORMAT_RGBA8, screenshot);
|
||||
img = imagemodule->newImageData(w, h, PIXELFORMAT_RGBA8_UNORM, screenshot);
|
||||
}
|
||||
catch (love::Exception &)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user