mirror of
https://github.com/3b1b/manim.git
synced 2025-08-05 16:49:03 +00:00
Whoops, re-instate pre_render
This commit is contained in:
parent
daaaba0a67
commit
7e00660e47
1 changed files with 0 additions and 1 deletions
|
@ -215,7 +215,6 @@ class ShaderWrapper(object):
|
||||||
|
|
||||||
# Related to data and rendering
|
# Related to data and rendering
|
||||||
def pre_render(self):
|
def pre_render(self):
|
||||||
return self
|
|
||||||
self.set_ctx_depth_test(self.depth_test)
|
self.set_ctx_depth_test(self.depth_test)
|
||||||
self.set_ctx_clip_plane(self.use_clip_plane())
|
self.set_ctx_clip_plane(self.use_clip_plane())
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue