Some formatting tweaks

This commit is contained in:
Ray
2019-06-16 23:36:04 +02:00
parent 9a7d4ccb79
commit d21422687a
2 changed files with 60 additions and 41 deletions

View File

@ -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 };