mirror of
https://github.com/fltk/fltk.git
synced 2026-06-07 00:55:23 +08:00
Missing underscore in previous commit.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5846 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
+1
-1
@@ -383,7 +383,7 @@ BlockSound::play_explosion(float duration) {
|
||||
if (duration <= 0.0)
|
||||
return;
|
||||
|
||||
#if defined(__APPLE_) || defined(WIN32) || defined(HAVE_ALSA_ASOUNDLIB_H)
|
||||
#if defined(__APPLE__) || defined(WIN32) || defined(HAVE_ALSA_ASOUNDLIB_H)
|
||||
if (duration > 1.0)
|
||||
duration = 1.0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user