|
From: Tapio V. <aa...@us...> - 2009-12-10 09:13:11
|
Module: performous
Branch: master
Commit: fc5789ab5bda550b30d5a6fd45e76cf5d290ca43
Author: Tapio Vierros <tap...@gm...>
Date: Thu Dec 10 11:11:45 2009 +0200
Make notes slighly faster in guitargraph.
---
game/guitargraph.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/game/guitargraph.cc b/game/guitargraph.cc
index 8bd687f..d4d748a 100644
--- a/game/guitargraph.cc
+++ b/game/guitargraph.cc
@@ -20,7 +20,7 @@ namespace {
const float g_angle = 80.0f;
const float past = -0.2f;
- const float future = 1.8f;
+ const float future = 1.5f;
const float timescale = 25.0f;
const float texCoordStep = -0.5f; // Two beat lines per neck texture => 0.5 tex units per beat
// Note: t is difference from playback time so it must be in range [past, future]
|