mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-12 06:18:14 +00:00
Formatting tweaks
This commit is contained in:
@@ -1612,7 +1612,7 @@ static Image LoadDDS(const char *fileName)
|
||||
|
||||
image.mipmaps = header.mipmapCount;
|
||||
|
||||
switch(header.ddspf.fourCC)
|
||||
switch (header.ddspf.fourCC)
|
||||
{
|
||||
case FOURCC_DXT1:
|
||||
{
|
||||
|
Reference in New Issue
Block a user