aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes/UDraw.pas
diff options
context:
space:
mode:
Diffstat (limited to 'Game/Code/Classes/UDraw.pas')
-rw-r--r--Game/Code/Classes/UDraw.pas5
1 files changed, 3 insertions, 2 deletions
diff --git a/Game/Code/Classes/UDraw.pas b/Game/Code/Classes/UDraw.pas
index 90efe40e..11808614 100644
--- a/Game/Code/Classes/UDraw.pas
+++ b/Game/Code/Classes/UDraw.pas
@@ -464,9 +464,10 @@ begin
glTexCoord2f(Tex_Right[NrGracza+1].TexW, 0); glVertex2f(Rec.Right, Rec.Top);
glEnd;
- if Perfect and (Ini.EffectSing=1) then begin
+ if Perfect and (Ini.EffectSing=1) then
+ begin
if not (Start+Dlugosc-1 = Czas.AktBeatD) then
- GoldenRec.SavePerfectNotePos(Rec.Left, Rec.Top);
+ GoldenRec.SavePerfectNotePos(Rec.Left, Rec.Top, CP);
end;
end; // with
end; // for