projects
/
openitg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
06ba13a
)
fixed compile error in Player.cpp (sorry about that)
author
Mark Cannon
<vyhdycokio@gmail.com>
Wed, 16 Mar 2011 02:41:20 +0000
(22:41 -0400)
committer
Carl Myers
<cmyers@cmyers.org>
Sun, 20 Mar 2011 03:47:19 +0000
(20:47 -0700)
src/Player.cpp
patch
|
blob
|
history
diff --git
a/src/Player.cpp
b/src/Player.cpp
index
41c5fb5
..
27d3e29
100755
(executable)
--- a/
src/Player.cpp
+++ b/
src/Player.cpp
@@
-75,7
+75,7
@@
float AdjustedWindowTap( TapWindow tw, float fTimingScale, bool bIsPlayingBeginn
return fSecs;
}
-float AdjustedWindowHold( HoldWindow hw,
float fTimingScale,
bool bIsPlayingBeginner )
+float AdjustedWindowHold( HoldWindow hw, bool bIsPlayingBeginner )
{
float fSecs = 0;
switch( hw )