Explorar el Código

REXM: FIX: Get others category

pull/5228/head
Ray hace 4 meses
padre
commit
8670e6e1b9
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      tools/rexm/rexm.c

+ 2
- 2
tools/rexm/rexm.c Ver fichero

@ -1759,8 +1759,8 @@ static rlExampleInfo *LoadExamplesData(const char *fileName, const char *categor
(lines[i][0] == 's') || // shapes, shaders (lines[i][0] == 's') || // shapes, shaders
(lines[i][0] == 't') || // textures, text (lines[i][0] == 't') || // textures, text
(lines[i][0] == 'm') || // models (lines[i][0] == 'm') || // models
(lines[i][0] == 'a'))) // audio
o">//(lines[i][0] == 'o'))) // NOTE: others category skipped
(lines[i][0] == 'a') || // audio
(lines[i][0] == 'o'))) // TODO: Get others category?
{ {
rlExampleInfo info = { 0 }; rlExampleInfo info = { 0 };
int result = ParseExampleInfoLine(lines[i], &info); int result = ParseExampleInfoLine(lines[i], &info);

Cargando…
Cancelar
Guardar