diff options
Diffstat (limited to 'src/assets.c')
-rw-r--r-- | src/assets.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/assets.c b/src/assets.c index 073c748..498c801 100644 --- a/src/assets.c +++ b/src/assets.c @@ -43,8 +43,7 @@ Asset* GetMatchingAssetWithType(const char* targetName, AssetType targetType) { return c; } - printf("Failed to load asset with name: %s, exitting!\n", targetName); - exit(EXIT_FAILURE); + return NULL; } void UnloadAssets() { |