Anilforextra
há 3 anos
committed by
GitHub
ascendente
cometimento
9c66e2f97e
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com
6 adições e
0 eliminações
-
examples/shaders/shaders_mesh_instancing.c
|
|
@ -217,6 +217,12 @@ int main(void) |
|
|
|
|
|
|
|
// De-Initialization |
|
|
|
//-------------------------------------------------------------------------------------- |
|
|
|
// Free allocated matrices |
|
|
|
RL_FREE(rotations); |
|
|
|
RL_FREE(rotationsInc); |
|
|
|
RL_FREE(translations); |
|
|
|
RL_FREE(transforms); |
|
|
|
|
|
|
|
CloseWindow(); // Close window and OpenGL context |
|
|
|
//-------------------------------------------------------------------------------------- |
|
|
|
|
|
|
|