mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-06 11:28:17 +00:00
Update rexm.c
This commit is contained in:
@@ -1172,7 +1172,7 @@ static int UpdateRequiredFiles(void)
|
|||||||
rlExampleInfo *exCollectionFull = LoadExamplesData(exCollectionFilePath, "ALL", false, &exCollectionFullCount);
|
rlExampleInfo *exCollectionFull = LoadExamplesData(exCollectionFilePath, "ALL", false, &exCollectionFullCount);
|
||||||
UnloadExamplesData(exCollectionFull);
|
UnloadExamplesData(exCollectionFull);
|
||||||
|
|
||||||
mdIndex += sprintf(mdTextUpdated + mdListStartIndex + mdIndex, TextFormat("## EXAMPLES COLLECTION [TOTAL: %i]\n\n", exCollectionFullCount));
|
mdIndex += sprintf(mdTextUpdated + mdListStartIndex + mdIndex, TextFormat("## EXAMPLES COLLECTION [TOTAL: %i]\n", exCollectionFullCount));
|
||||||
|
|
||||||
// NOTE: We keep a global examples counter
|
// NOTE: We keep a global examples counter
|
||||||
for (int i = 0; i < REXM_MAX_EXAMPLE_CATEGORIES; i++)
|
for (int i = 0; i < REXM_MAX_EXAMPLE_CATEGORIES; i++)
|
||||||
|
Reference in New Issue
Block a user