diff options
| author | raysan5 <[email protected]> | 2021-07-28 12:56:54 +0200 |
|---|---|---|
| committer | raysan5 <[email protected]> | 2021-07-28 12:56:54 +0200 |
| commit | 5ccec1e542b3a1d52ecb5c409c003396cf75b59e (patch) | |
| tree | fa2948d236973d6c433e77959aa7eae46fd9c310 /examples/web/textures/textures_raw_data.c | |
| parent | 2cde0cc2123fa33418042c89f47bf7e3853174d4 (diff) | |
| download | raylib.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.c | 2 |
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 |
