Update 'File Type Texture'

Lucas Schwiderski 2023-03-08 11:48:08 +01:00
parent 669d1ebb54
commit 1467d5a2b1

@ -28,6 +28,7 @@ header {
```010editor
uint32 type;
// Presumably, there are other values as well, but `1` is the only case partially figured out, so far.
Assert(type == 1);
uint32 compressed_size;