From 4e01e91ef623afa06fcfa019d6628ab1162be1aa Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Sun, 2 Nov 2025 18:36:51 -0800 Subject: Make linear colour space the default --- include/gfx/asset.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/gfx/asset.h b/include/gfx/asset.h index caf40c1..3018cfd 100644 --- a/include/gfx/asset.h +++ b/include/gfx/asset.h @@ -18,8 +18,8 @@ typedef enum AssetOrigin { /// Describes a texture's colour space. typedef enum TextureColourSpace { - sRGB, // The most likely default. - LinearColourSpace, + LinearColourSpace, // The most likely default. + sRGB, } TextureColourSpace; /// Describes a command to load a texture. -- cgit v1.2.3