mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Tiny change
This commit is contained in:
parent
ad330cc95b
commit
744c813ec0
1 changed files with 1 additions and 1 deletions
|
@ -1089,7 +1089,7 @@ class EquationSolver2d(ColorMappedObjectsScene):
|
||||||
|
|
||||||
print "Starting to compute anim"
|
print "Starting to compute anim"
|
||||||
|
|
||||||
anim = Animate2dSolver(
|
anim = self.anim = Animate2dSolver(
|
||||||
cur_depth = 0,
|
cur_depth = 0,
|
||||||
rect = rect,
|
rect = rect,
|
||||||
dim_to_split = 0,
|
dim_to_split = 0,
|
||||||
|
|
Loading…
Add table
Reference in a new issue