summaryrefslogtreecommitdiffhomepage
path: root/examples/web/textures/textures_raw_data.c
diff options
context:
space:
mode:
authorraysan5 <[email protected]>2021-07-28 12:56:54 +0200
committerraysan5 <[email protected]>2021-07-28 12:56:54 +0200
commit5ccec1e542b3a1d52ecb5c409c003396cf75b59e (patch)
treefa2948d236973d6c433e77959aa7eae46fd9c310 /examples/web/textures/textures_raw_data.c
parent2cde0cc2123fa33418042c89f47bf7e3853174d4 (diff)
downloadraylib.com-5ccec1e542b3a1d52ecb5c409c003396cf75b59e.tar.gz
raylib.com-5ccec1e542b3a1d52ecb5c409c003396cf75b59e.zip
Replace TABS by 4 spaces
Diffstat (limited to 'examples/web/textures/textures_raw_data.c')
-rw-r--r--examples/web/textures/textures_raw_data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/web/textures/textures_raw_data.c b/examples/web/textures/textures_raw_data.c
index dded6c3..31f9fd0 100644
--- a/examples/web/textures/textures_raw_data.c
+++ b/examples/web/textures/textures_raw_data.c
@@ -71,7 +71,7 @@ int main(void)
.format = PIXELFORMAT_UNCOMPRESSED_R8G8B8A8,
.mipmaps = 1
};
-
+
checked = LoadTextureFromImage(checkedIm);
UnloadImage(checkedIm); // Unload CPU (RAM) image data