Skip to content

Commit

Permalink
Updates test case
Browse files Browse the repository at this point in the history
  • Loading branch information
JujuAdams committed Aug 27, 2024
1 parent d5afafb commit 2e84634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion objects/obj_test_typewriter_delay_per_character/Draw_0.gml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
draw_set_font(scribble_fallback_font);
draw_text(10, 10, typist.__delay_paused);
draw_text(10, 10, typist.get_delay_paused());

scribble(test_string).draw(x, y, typist);

0 comments on commit 2e84634

Please sign in to comment.