summaryrefslogtreecommitdiffhomepage
path: root/examples/textures/textures_raw_data.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/textures/textures_raw_data.c')
-rw-r--r--examples/textures/textures_raw_data.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/textures/textures_raw_data.c b/examples/textures/textures_raw_data.c
index a3490f61..615e5793 100644
--- a/examples/textures/textures_raw_data.c
+++ b/examples/textures/textures_raw_data.c
@@ -54,8 +54,8 @@ int main(void)
.height = height,
.format = PIXELFORMAT_UNCOMPRESSED_R8G8B8A8,
.mipmaps = 1
- };
-
+ };
+
Texture2D checked = LoadTextureFromImage(checkedIm);
UnloadImage(checkedIm); // Unload CPU (RAM) image data (pixels)
//---------------------------------------------------------------------------------------