mirror of
https://github.com/3b1b/manim.git
synced 2025-08-02 19:46:21 +08:00
Add white space after assert statements
This commit is contained in:
@ -219,7 +219,7 @@ class ShaderWrapper(object):
|
||||
self.set_ctx_clip_plane(self.use_clip_plane())
|
||||
|
||||
def render(self):
|
||||
assert(self.vao is not None)
|
||||
assert self.vao is not None
|
||||
self.vao.render()
|
||||
|
||||
def update_program_uniforms(self, camera_uniforms: UniformDict):
|
||||
|
Reference in New Issue
Block a user