Просмотр исходного кода

Remove some testing code

pull/5083/head
Ray 3 месяцев назад
Родитель
Сommit
e01f3f158e
1 измененных файлов: 2 добавлений и 8 удалений
  1. +2
    -8
      examples/rexm.c

+ 2
- 8
examples/rexm.c Просмотреть файл

@ -315,20 +315,14 @@ int main(int argc, char *argv[])
UnloadExamplesData(exCatList);
}
printf("got1\n");
// Add the remaining part of the original file
TextAppend(mkTextUpdated + mkIndex, mkText + exListEndIndex, &mkIndex);
printf("got2\n");
// Save updated file
SaveFileText(TextFormat("%s/Makefile", exBasePath), mkTextUpdated);
UnloadFileText(mkText);
RL_FREE(mkTextUpdated);
printf("got3\n");
//------------------------------------------------------------------------------------------------
// Edit: raylib/examples/Makefile.Web --> Add new example

Загрузка…
Отмена
Сохранить