From 86fb1d82f5bd7b626a810b35f895c91c79f5e570 Mon Sep 17 00:00:00 2001 From: Grant Sanderson Date: Thu, 26 Jan 2023 23:44:33 -0800 Subject: [PATCH] Typo fix --- manimlib/mobject/mobject.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manimlib/mobject/mobject.py b/manimlib/mobject/mobject.py index 9ee4154b..5379575b 100644 --- a/manimlib/mobject/mobject.py +++ b/manimlib/mobject/mobject.py @@ -599,7 +599,7 @@ class Mobject(object): result.parents = [] result.target = None - result.save_state = None + result.saved_state = None # copy.copy is only a shallow copy, so the internal # data which are numpy arrays or other mobjects still