aboutsummaryrefslogtreecommitdiff
path: root/dc
diff options
context:
space:
mode:
Diffstat (limited to 'dc')
-rw-r--r--dc/dc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/dc/dc.c b/dc/dc.c
index fb640bb..a654fbe 100644
--- a/dc/dc.c
+++ b/dc/dc.c
@@ -37,8 +37,7 @@ void tick(void)
img,
ty_vec2i(SCREEN_WIDTH/2, SCREEN_HEIGHT/2),
ty_vec2i(-img.width/2, -img.height/2),
- TY_PI / 4
- //ty_get_time()
+ ty_get_time() * TY_PI / 2
);
ty_draw_text(&font, ty_vec2i(5, SCREEN_HEIGHT - 5 - 8), "hello, world!");