mirror of
https://github.com/glfw/glfw.git
synced 2026-09-21 08:39:45 +00:00
Comment updates and formatting.
This commit is contained in:
+1
-1
@@ -87,7 +87,7 @@ void _glfwSplitBPP(int bpp, int* red, int* green, int* blue)
|
||||
{
|
||||
int delta;
|
||||
|
||||
// We assume that by 32 they really meant 24
|
||||
// We assume that by 32 the user really meant 24
|
||||
if (bpp == 32)
|
||||
bpp = 24;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user