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 c306e2c..ecb5ca0 100644 --- a/src/assets.c +++ b/src/assets.c @@ -25,7 +25,8 @@ const char imageAssetPaths[IMAGE_ASSET_COUNT][FT_NAMEMAX] = { const char shaderAssetNames[SHADER_ASSET_COUNT][FT_NAMEMAX] = { "skybox", "instancing", - "postprocessing" + "postprocessing", + "fuck" }; const char modelAssetPaths[MODEL_ASSET_COUNT][FT_NAMEMAX] = { |
