mirror of
https://github.com/raysan5/raylib.git
synced 2026-04-25 16:23:58 -04:00
Reviewed formating
This commit is contained in:
@ -1486,7 +1486,7 @@ int InitPlatform(void)
|
||||
|
||||
platform.hbitmap = CreateDIBSection(
|
||||
platform.hdcmem, &bmi, DIB_RGB_COLORS,
|
||||
(void**)&platform.pixels, NULL, 0);
|
||||
(void **)&platform.pixels, NULL, 0);
|
||||
|
||||
SelectObject(platform.hdcmem, platform.hbitmap);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user