Fix float-int conversion bug caught by Clang
This commit is contained in:
parent
952e2e6631
commit
9c4face1ae
@ -8,6 +8,7 @@
|
|||||||
|
|
||||||
#include <simgear/debug/logstream.hxx>
|
#include <simgear/debug/logstream.hxx>
|
||||||
#include <simgear/misc/sg_path.hxx>
|
#include <simgear/misc/sg_path.hxx>
|
||||||
|
#include <simgear/timing/timestamp.hxx>
|
||||||
|
|
||||||
#include "soundmgr_openal.hxx"
|
#include "soundmgr_openal.hxx"
|
||||||
#include "sample_group.hxx"
|
#include "sample_group.hxx"
|
||||||
@ -90,7 +91,7 @@ int main( int argc, char *argv[] ) {
|
|||||||
sgr->stop("sound1");
|
sgr->stop("sound1");
|
||||||
sgr->stop("sound2");
|
sgr->stop("sound2");
|
||||||
sgr->stop("sound3");
|
sgr->stop("sound3");
|
||||||
sleep(0.5);
|
SGTimeStamp::sleepForMSec(500);
|
||||||
smgr->update(0.5);
|
smgr->update(0.5);
|
||||||
sgr->stop("sound4");
|
sgr->stop("sound4");
|
||||||
sgr->stop("sound5");
|
sgr->stop("sound5");
|
||||||
|
Loading…
Reference in New Issue
Block a user