Merge remote-tracking branch 'upstream/main'

This commit is contained in:
n3tael 2024-04-04 22:13:11 +03:00
commit 799165b225
Signed by: n3tael
GPG Key ID: F305925762F035A8

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)