Bladeren bron

Minor format tweaks

pull/1851/head
Ray 4 jaren geleden
bovenliggende
commit
7203acdef9
2 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  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 Bestand weergeven

@ -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 Bestand weergeven

@ -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)
{

Laden…
Annuleren
Opslaan