Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Wait that's already how that works :V
  • Loading branch information
michael-fadely committed Feb 17, 2016
1 parent 1425d27 commit 4a3197c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SADXModLoader/HudScale.cpp
Expand Up @@ -265,7 +265,6 @@ static void __cdecl Draw2DSpriteHax(NJS_SPRITE* sp, Int n, Float pri, Uint32 att

if (top == Align::Auto)
{
// TODO: Check if the *center* of the sprite is within a third of the screen.
if (sp->p.x < screen_third)
top = Align::Left;
else if (sp->p.x < screen_third * 2.0f)
Expand Down

0 comments on commit 4a3197c

Please sign in to comment.