diff --git a/core/image/common.odin b/core/image/common.odin index f0cb491a2..7caba4fca 100644 --- a/core/image/common.odin +++ b/core/image/common.odin @@ -380,7 +380,7 @@ QOI_Info :: struct { TGA_Data_Type :: enum u8 { Uncompressed_RGB = 2, - Compressed_RBB = 10 + Compressed_RBB = 10, } TGA_Header :: struct #packed {