mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Update rexm.c
This commit is contained in:
@ -995,7 +995,10 @@ int main(int argc, char *argv[])
|
||||
(strcmp(exInfo->authorGitHub, exInfoHeader->authorGitHub) != 0) ||
|
||||
(exInfo->stars != exInfoHeader->stars) ||
|
||||
(exInfo->verCreated != exInfoHeader->verCreated) ||
|
||||
(exInfo->verUpdated != exInfoHeader->verUpdated)) exInfo->status |= VALID_INCONSISTENT_INFO;
|
||||
(exInfo->verUpdated != exInfoHeader->verUpdated))
|
||||
{
|
||||
exInfo->status |= VALID_INCONSISTENT_INFO;
|
||||
}
|
||||
|
||||
UnloadExampleInfo(exInfoHeader);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user