Skip to content

Commit

Permalink
Merge branch 'stable' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornbytes committed Nov 30, 2023
2 parents 858bc7f + 49328b8 commit 5f53b21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/graphics/graphics.c
Original file line number Diff line number Diff line change
Expand Up @@ -2473,6 +2473,7 @@ static glsl_include_result_t* includer(void* cb, const char* path, const char* i
lovrAssert(result, "Out of memory");
result->header_name = path;
result->header_data = ((ShaderIncluder*) cb)(path, &result->header_length);
if (!result->header_data) return NULL;
return result;
}
#endif
Expand Down

0 comments on commit 5f53b21

Please sign in to comment.