Skip to content

Commit 2e84634

Browse files
committed
Updates test case
1 parent d5afafb commit 2e84634

File tree

1 file changed

+1
-1
lines changed
  • objects/obj_test_typewriter_delay_per_character

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
draw_set_font(scribble_fallback_font);
2-
draw_text(10, 10, typist.__delay_paused);
2+
draw_text(10, 10, typist.get_delay_paused());
33

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

0 commit comments

Comments
 (0)