Parcourir la source

Trace log comment review

pull/1104/head
Ray il y a 5 ans
Parent
révision
7dfe42d6d0
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. +2
    -2
      src/raudio.c

+ 2
- 2
src/raudio.c Voir le fichier

@ -429,9 +429,9 @@ void CloseAudioDevice(void)
CloseAudioBufferPool();
TRACELOG(LOG_INFO, "Audio AUDIO.System.device closed successfully");
TRACELOG(LOG_INFO, "Audio device closed successfully");
}
else TRACELOG(LOG_WARNING, "Could not close audio AUDIO.System.device because it is not currently initialized");
else TRACELOG(LOG_WARNING, "Could not close audio device because it is not currently initialized");
}
// Check if device has been initialized successfully

Chargement…
Annuler
Enregistrer