mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-07 10:26:28 +00:00
REXM: FIX: Get others category
This commit is contained in:
@@ -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
|
(lines[i][0] == 'a') || // audio
|
||||||
//(lines[i][0] == 'o'))) // NOTE: others category skipped
|
(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);
|
||||||
|
Reference in New Issue
Block a user