mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-18 00:41:26 -07:00
style fix
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user