Parcourir la source

Corrected typo

pull/703/head
Ray il y a 6 ans
Parent
révision
6351971c7f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      src/core.c

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

@ -766,7 +766,7 @@ void SetWindowIcon(Image image)
Image imicon = ImageCopy(image);
ImageFormat(&imicon, UNCOMPRESSED_R8G8B8A8);
GLFWimage imicon[1] = { 0 };
GLFWimage icon[1] = { 0 };
icon[0].width = imicon.width;
icon[0].height = imicon.height;

Chargement…
Annuler
Enregistrer