Updated several files while porting examples to web

This commit is contained in:
raysan5 2020-12-24 13:51:24 +01:00
parent bab1b9c1c5
commit b68e522ffc
9 changed files with 2110 additions and 2368 deletions

View file

@ -60,7 +60,7 @@ int main(void)
fontSDF.texture = LoadTextureFromImage(atlas);
UnloadImage(atlas);
RL_FREE(fileData); // Free memory from loaded file
UnloadFileData(fileData); // Free memory from loaded file
// Load SDF required shader (we use default vertex shader)
Shader shader = LoadShader(0, TextFormat("resources/shaders/glsl%i/sdf.fs", GLSL_VERSION));