mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-30 02:39:17 -05: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