remove broken setattr hack line

This commit is contained in:
ViperEkura 2026-05-06 22:26:42 +08:00
parent 544e377fa9
commit d143f57ad1
1 changed files with 0 additions and 1 deletions

View File

@ -147,7 +147,6 @@ class ContinuousBatching(Scene):
# ═══════════════════════════════════════════════════
# 2. Transition: Continuous Batching — the solution
# ═══════════════════════════════════════════════════
setattr(title, "became", title.become) # hack — update title
new_title = Text("Continuous Batching", font_size=48, color=BLUE).to_edge(UP) \
.scale(0.55).move_to(title)
self.play(Transform(title, new_title))