mirror of
https://github.com/3b1b/manim.git
synced 2025-09-01 00:48:45 +00:00
Small bug fix
This commit is contained in:
parent
feb6a33135
commit
165bf2fe6e
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ class IntroducePuzzle(Scene):
|
|||
key.to_edge(LEFT, buff=1)
|
||||
|
||||
k = boolian_linear_combo(head_bools) ^ 63 # To make the flip below the actual solution
|
||||
key_cube = Cube(resolution=(6, 6))
|
||||
key_cube = Cube(square_resolution=(6, 6))
|
||||
key_cube.match_color(chessboard[k])
|
||||
key_cube.replace(chessboard[k], stretch=True)
|
||||
chessboard.replace_submobject(k, key_cube)
|
||||
|
|
Loading…
Add table
Reference in a new issue