Actually normalize gPlayer this time.

This commit is contained in:
bʰedoh₂ swé 2024-04-05 00:08:44 +05:00
parent 2f562e051f
commit 7786e953ab

View File

@ -97,7 +97,7 @@ def mainLoop():
for i in drawn:
pygame.draw.rect(display,i.color, (n,int((1 - cap(i.height)) * 360),8,int(cap(i.height) * 1280)))
n += 4
gPlayer.normalize()
if debugInfo:
fps_surf, cPos_surf, cRot_surf = renderDebugInfo(gPlayer, clock, fontSize)