diff options
| author | Tim Redfern <tim@gray.(none)> | 2012-11-05 19:03:32 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@gray.(none)> | 2012-11-05 19:03:32 +0000 |
| commit | b5aba6fcbf2847735b0c43e84d0933797c73f581 (patch) | |
| tree | b6a38a9f11f3501d5f9cd0459af4654881987899 /vfg/src/testApp.cpp | |
| parent | f4719e4e997a05bb423e9ca691de50bcbf1cb375 (diff) | |
gameplay demo #1
Diffstat (limited to 'vfg/src/testApp.cpp')
| -rwxr-xr-x | vfg/src/testApp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vfg/src/testApp.cpp b/vfg/src/testApp.cpp index 2a67d8f..c0c3671 100755 --- a/vfg/src/testApp.cpp +++ b/vfg/src/testApp.cpp @@ -3,7 +3,7 @@ //-------------------------------------------------------------- void testApp::setup(){ testsong=new song("VODA_MUS_DeckTheHalls-Backing_v.1.3.mp3","VODA_MUS_DeckTheHalls-Melody_v.1.3.mp3","MIDI_DeckTheHalls_Test.1.3.xml"); - testsong->setTimeframe(1500); + testsong->setTimeframe(10000); testsong->preRoll(250); ofSetBackgroundAuto(false); |
