aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sldj.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/sldj.c b/src/sldj.c
index a3e5d1d..f8c1817 100644
--- a/src/sldj.c
+++ b/src/sldj.c
@@ -54,14 +54,13 @@ void updateSldj(Sldj* sldj)
DrawTexturePro(
viewport,
(Rectangle){0.0, 0.0, viewport.width, viewport.height},
- (Rectangle){0.0, 0.0, GetScreenWidth(), GetScreenHeight()},
+ (Rectangle){0.0, 0.0, viewport.width, viewport.height},
(Vector2){0.0, 0.0},
0.0,
WHITE
);
- DrawFPS(0, 0);
- //SetWindowTitle(TextFormat("Scanline DJ %dfps", GetFPS()));
+ DrawFPS(0, viewport.height);
if (IsKeyPressed(KEY_R))
{