Potential holy war, but use UTF-8 always.
This commit is contained in:
+2
-2
@@ -800,8 +800,8 @@ void NoteDisplay::DrawHoldPart(vector<Sprite*> &vpSpr,
|
||||
if (!part_args.anchor_to_top)
|
||||
{
|
||||
float offset = unzoomed_frame_height - (y_end_pos - y_start_pos);
|
||||
// ロングノート本体の長さがunzoomed_frame_height→0のときに、add_to_tex_coordを0→1にすればOK
|
||||
// つまり、offsetを0→unzoomed_frame_heightにすると理想通りの表示になる -A.C
|
||||
// ロングノート本体の長さがunzoomed_frame_height→0のときに、add_to_tex_coordを0→1にすればOK
|
||||
// つまり、offsetを0→unzoomed_frame_heightにすると理想通りの表示になる -A.C
|
||||
// Shift texture coord to fit hold length If hold length is less than
|
||||
// bottomcap frame size. (translated by hanubeki)
|
||||
if (offset>0){
|
||||
|
||||
Reference in New Issue
Block a user