From e3f220ee2003e93b2a1ebc335630fac8444a412e Mon Sep 17 00:00:00 2001 From: nathan Date: Sat, 18 Oct 2025 17:09:54 -0600 Subject: Color thingy --- src/assets.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/assets.c') diff --git a/src/assets.c b/src/assets.c index db87d54..0180d03 100644 --- a/src/assets.c +++ b/src/assets.c @@ -24,7 +24,8 @@ const char imageAssetPaths[IMAGE_ASSET_COUNT][FT_NAMEMAX] = { const char shaderAssetNames[SHADER_ASSET_COUNT][FT_NAMEMAX] = { "skybox", - "instancing" + "instancing", + "color-depth" }; const char modelAssetPaths[MODEL_ASSET_COUNT][FT_NAMEMAX] = { -- cgit v1.2.3