mirror of
https://github.com/ManimCommunity/manim.git
synced 2026-06-22 10:01:47 +00:00
replace manimlib import
This commit is contained in:
parent
8b345d9a07
commit
31cebcced1
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ class Scene:
|
|||
|
||||
# Initialize window, if applicable
|
||||
if self.preview:
|
||||
from manimlib.window import Window
|
||||
from manim.renderer.opengl_renderer_window import Window
|
||||
|
||||
self.window = Window(scene=self, **self.window_config)
|
||||
self.camera_config["ctx"] = self.window.ctx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue