Sfoglia il codice sorgente

Update rexm.c

pull/5090/head
Ray 6 mesi fa
parent
commit
c3a4217148
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      tools/rexm/rexm.c

+ 1
- 1
tools/rexm/rexm.c Vedi File

@ -1172,7 +1172,7 @@ static int UpdateRequiredFiles(void)
rlExampleInfo *exCollectionFull = LoadExamplesData(exCollectionFilePath, "ALL", false, &exCollectionFullCount);
UnloadExamplesData(exCollectionFull);
mdIndex += sprintf(mdTextUpdated + mdListStartIndex + mdIndex, TextFormat("## EXAMPLES COLLECTION [TOTAL: %i]\ne">\n", exCollectionFullCount));
mdIndex += sprintf(mdTextUpdated + mdListStartIndex + mdIndex, TextFormat("## EXAMPLES COLLECTION [TOTAL: %i]\n", exCollectionFullCount));
// NOTE: We keep a global examples counter
for (int i = 0; i < REXM_MAX_EXAMPLE_CATEGORIES; i++)

Caricamento…
Annulla
Salva