diff --git a/File-Type---Texture.md b/File-Type---Texture.md index 18cd33e..3a93ca0 100644 --- a/File-Type---Texture.md +++ b/File-Type---Texture.md @@ -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;