aboutsummaryrefslogtreecommitdiff
path: root/include/mgl/graphics
diff options
context:
space:
mode:
Diffstat (limited to 'include/mgl/graphics')
-rw-r--r--include/mgl/graphics/texture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mgl/graphics/texture.h b/include/mgl/graphics/texture.h
index 7891dab..9e7a423 100644
--- a/include/mgl/graphics/texture.h
+++ b/include/mgl/graphics/texture.h
@@ -22,7 +22,7 @@ struct mgl_texture {
};
typedef struct {
- bool compressed;
+ bool compressed; /* false by default */
} mgl_texture_load_options;
/* |load_options| can be null, in which case the default options are used */