Maicon Santana il y a 1 jour
committed by GitHub
Parent
révision
0ac9ed0f90
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: B5690EEEBB952194
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. +1
    -2
      examples/core/core_monitor_change.c

+ 1
- 2
examples/core/core_monitor_change.c Voir le fichier

@ -22,7 +22,7 @@
// Monitor Details
typedef struct Monitor {
Vector2 position;
char *name;
">const char *name;
int width;
int height;
int physicalWidth;
@ -99,7 +99,6 @@ int main(void)
// Get currentMonitorIndex if manually moved
currentMonitorIndex = GetCurrentMonitor();
}
const Monitor currentMonitor = monitors[currentMonitorIndex];
float monitorScale = 0.6;

Chargement…
Annuler
Enregistrer