diff options
Diffstat (limited to 'src/assets.c')
| -rw-r--r-- | src/assets.c | 3 |
1 files changed, 2 insertions, 1 deletions
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] = { |
