mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Some formatting tweaks
This commit is contained in:
@ -746,7 +746,7 @@ Image GetTextureData(Texture2D texture)
|
||||
}
|
||||
|
||||
// Get pixel data from GPU frontbuffer and return an Image (screenshot)
|
||||
RLAPI Image GetScreenData(void)
|
||||
Image GetScreenData(void)
|
||||
{
|
||||
Image image = { 0 };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user