mirror of
https://github.com/love2d/love.git
synced 2026-08-18 11:44:15 +02:00
Fix a potentially uninitialized value in love.graphics code. Minor cleanup.
This commit is contained in:
@@ -1654,7 +1654,7 @@ OpenGL::TextureFormat OpenGL::convertPixelFormat(PixelFormat pixelformat, bool r
|
||||
break;
|
||||
|
||||
default:
|
||||
printf("Unhandled pixel format when converting to OpenGL enums!");
|
||||
printf("Unhandled pixel format %d when converting to OpenGL enums!", pixelformat);
|
||||
break;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user