Преглед изворни кода

Remove comment

pull/779/head
Ray пре 5 година
родитељ
комит
ff1bcfb2fa
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/core.c

+ 1
- 1
src/core.c Прегледај датотеку

@ -3439,7 +3439,7 @@ static void WindowDropCallback(GLFWwindow *window, int count, const char **paths
for (int i = 0; i < count; i++)
{
dropFilesPath[i] = (char *)malloc(sizeof(char)*MAX_FILEPATH_LENGTH); // Max path length using MAX_FILEPATH_LENGTH set to 256 char
dropFilesPath[i] = (char *)malloc(sizeof(char)*MAX_FILEPATH_LENGTH);
strcpy(dropFilesPath[i], paths[i]);
}

Loading…
Откажи
Сачувај