diff options
| author | 0scar <qgt268@alumni.ku.dk> | 2024-02-19 10:47:01 +0000 |
|---|---|---|
| committer | 0scar <qgt268@alumni.ku.dk> | 2024-02-19 10:47:01 +0000 |
| commit | 52f0f8688d27f2408cd3857ec7c6e9a4a1a15cb1 (patch) | |
| tree | ea7201c366272b0a65fd72b61a497c96c132d65b /src/resources | |
| parent | 10903b7a94bef042fa026f1f4d34c60d37644bf5 (diff) | |
Hmm
Diffstat (limited to 'src/resources')
| -rw-r--r-- | src/resources/src/resources.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/resources/src/resources.c b/src/resources/src/resources.c index a42a864..8d99861 100644 --- a/src/resources/src/resources.c +++ b/src/resources/src/resources.c @@ -53,7 +53,7 @@ i32 resources_load(Resources *resources) { case Asset_shaderprog: idx = shaderprog_len++; break; case Asset_texture: idx = texture_len++; break; - case Asset_error: + case Asset_error: break; default: ERROR("Unknown resource type!"); exit(EXIT_FAILURE); @@ -117,6 +117,7 @@ i32 resources_load(Resources *resources) { break; case Asset_error: + break; default: ERROR("Unknown resource type!"); exit(EXIT_FAILURE); |
