Skip to content

Commit 981017e

Browse files
committed
Make grid bigger again to reproduce bug on Windows
1 parent 878273f commit 981017e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/fixtures/laggy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class Laggy(Scene):
66

77
def construct(self):
88
## Create some boxes
9-
grid = Square().get_grid(8, 8, buff=0)
9+
grid = Square().get_grid(16, 16, buff=0)
1010
grid.set_height(5)
1111
grid.set_stroke(WHITE)
1212
self.play(ShowCreation(grid))

0 commit comments

Comments
 (0)