Explorar el Código

Minor format tweaks

pull/1851/head
Ray hace 4 años
padre
commit
7203acdef9
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. +1
    -1
      examples/models/models_gltf_model.c
  2. +1
    -1
      examples/others/rlgl_standalone.c

+ 1
- 1
examples/models/models_gltf_model.c Ver fichero

@ -98,7 +98,7 @@ int main(void)
// De-Initialization
//--------------------------------------------------------------------------------------
for(int i = 0; i < MAX_MODELS; i++) UnloadModel(model[i]); // Unload models
for (int i = 0; i < MAX_MODELS; i++) UnloadModel(model[i]); // Unload models
CloseWindow(); // Close window and OpenGL context
//--------------------------------------------------------------------------------------

+ 1
- 1
examples/others/rlgl_standalone.c Ver fichero

@ -279,7 +279,7 @@ static void DrawGrid(int slices, float spacing)
int halfSlices = slices / 2;
rlBegin(RL_LINES);
for(int i = -halfSlices; i <= halfSlices; i++)
for (int i = -halfSlices; i <= halfSlices; i++)
{
if (i == 0)
{

Cargando…
Cancelar
Guardar