Parcourir la source

Remove comment

pull/779/head
Ray il y a 5 ans
Parent
révision
ff1bcfb2fa
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/core.c

+ 1
- 1
src/core.c Voir le fichier

@ -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]);
}

Chargement…
Annuler
Enregistrer